Skip to content

Commit 83c00dd

Browse files
allenporterCopilot
andauthored
chore: Update tests/conftest.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c98d403 commit 83c00dd

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
@@ -113,7 +113,7 @@ def get_next_int(min_value: int, max_value: int) -> int:
113113
timestamp = FAKE_TIMESTAMP
114114

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

0 commit comments

Comments
 (0)