Skip to content

Commit

Permalink
fix: test case
Browse files Browse the repository at this point in the history
Signed-off-by: vvanglro <[email protected]>
  • Loading branch information
vvanglro committed Feb 6, 2024
1 parent d8b98f6 commit c2b82f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ulid.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_from_string():
255,
]
assert py_ulid.randomness() == 634451394732979059803647
assert py_ulid.timestamp() == 1549744931023
assert py_ulid.timestamp() == 1549744931.0
assert py_ulid.str() == "01D39ZY06FGSCTVN4T2V9PKHFZ"
assert py_ulid.increment().str() == "01D39ZY06FGSCTVN4T2V9PKHG0"

Expand Down

0 comments on commit c2b82f8

Please sign in to comment.