Skip to content

Commit c5f6b0d

Browse files
committed
fix test
1 parent 07ccf8f commit c5f6b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
)
5353
def test_microseconds(unit, result):
5454
# act
55-
result = Unit(unit)
55+
unit_result = Unit(unit)
5656

5757
# assert
58-
assert result == result
58+
assert unit_result == result
5959

6060

6161
class TestSnaptime:

0 commit comments

Comments
 (0)