There was an error while loading. Please reload this page.
1 parent ce26f66 commit 0b0b928Copy full SHA for 0b0b928
tests/test_concurrency.py
@@ -80,7 +80,7 @@ def idlist_download_callbackFunc():
80
statsig.initialize("secret-key", options)
81
cls.initTime = round(time.time() * 1000)
82
83
- def test_checking_concurrently(self):
+ def test_checking_and_updating_concurrently(self):
84
self.threads = []
85
for x in range(10):
86
thread = threading.Thread(
0 commit comments