Skip to content

Commit

Permalink
fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jul 12, 2023
1 parent 80e74e2 commit 4b29aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integ/vlen_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def testPutVLenInt(self):
self.assertTrue("value" in rspJson)
value = rspJson["value"]
self.assertEqual(len(value), 4)

for i in range(4):
self.assertEqual(value[i], data[i])

Expand Down

0 comments on commit 4b29aa6

Please sign in to comment.