Skip to content

Commit 35b16f0

Browse files
allenporterCopilot
andcommitted
chore: Update tests/conftest.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 71086c4 commit 35b16f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def get_next_int(min_value: int, max_value: int) -> int:
114114
timestamp = FAKE_TIMESTAMP
115115

116116
def get_timestamp() -> int:
117-
"""Get a monotonicly increasing timestamp for testing."""
117+
"""Get a monotonically increasing timestamp for testing."""
118118
nonlocal timestamp
119119
timestamp += 1
120120
return int(timestamp)

0 commit comments

Comments
 (0)