Skip to content

Commit 24de14f

Browse files
committed
typo
1 parent 95669d9 commit 24de14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/redis/test_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ async def race_condition_increase(self, by: int) -> None:
267267
self.value = current_value
268268

269269
counter = RaceConditionCounter()
270-
# ensures it does nto time out before acquiring the lock
270+
# ensures it does not time out before acquiring the lock
271271
time_for_all_inc_counter_calls_to_finish = (
272272
with_short_default_redis_lock_ttl * INCREASE_OPERATIONS * 10
273273
)

0 commit comments

Comments
 (0)