Skip to content

Commit 030a7bf

Browse files
Merge pull request #6 from ViniViniAntunes/feature/ViniAntunes/add_faraday_lenz_law_implementation
Fix testmod string
2 parents 7080cef + 22e5e5f commit 030a7bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

physics/faraday_lenz_law.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def induced_electromotive_force(
6464
>>> induced_electromotive_force(30.0, 50.0, 10)
6565
2.0
6666
>>> induced_electromotive_force(100, 100.0, 20.0)
67-
0.0
67+
-0.0
6868
>>> induced_electromotive_force(10.0, 2.0, -2.0)
6969
Traceback (most recent call last):
7070
...

0 commit comments

Comments
 (0)