Skip to content

Commit 0b0b928

Browse files
committed
update method name
1 parent ce26f66 commit 0b0b928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_concurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def idlist_download_callbackFunc():
8080
statsig.initialize("secret-key", options)
8181
cls.initTime = round(time.time() * 1000)
8282

83-
def test_checking_concurrently(self):
83+
def test_checking_and_updating_concurrently(self):
8484
self.threads = []
8585
for x in range(10):
8686
thread = threading.Thread(

0 commit comments

Comments
 (0)