Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge branch 'change-mget-output' of https://github.com/AlKorochkin/r…
Browse files Browse the repository at this point in the history
…edistimeseries-py into change-mget-output
  • Loading branch information
Александр Игоревич Корочкин committed Feb 20, 2020
2 parents d4af98a + c8ce639 commit a941663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class RedisTimeSeriesTest(TestCase):
def setUp(self):
global rts
rts = RedisTimeSeries(host='200.1.3.7', port=port)
rts = RedisTimeSeries(port=port)
rts.flushdb()

def testCreate(self):
Expand Down

0 comments on commit a941663

Please sign in to comment.