Skip to content

Commit cc1f781

Browse files
author
Bilal Al
committed
fixed test class name
1 parent 5bba63d commit cc1f781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_redis_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ async def test_put_fetch_contains(self):
388388
finally:
389389
await adapter.delete('SPLITIO.segment.some_segment', 'SPLITIO.segment.some_segment.till')
390390

391-
class RedisImpressionsStorageTests(object):
391+
class RedisImpressionsStorageAsyncTests(object):
392392
"""Redis Impressions storage e2e tests."""
393393

394394
async def _put_impressions(self, adapter, metadata):

0 commit comments

Comments
 (0)