Skip to content

Commit 8333035

Browse files
committed
Fixed tests
1 parent 7550b64 commit 8333035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_manual.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def tearDown(self):
2828
pass
2929

3030
async def test_manual(self):
31-
async with manticoresearch.ApiClient(self.configuration) as client:
32-
pprint("Tests finished")
31+
async with manticoresearch.ApiClient(self.configuration) as client:
32+
pprint("Tests finished")
3333

3434
if __name__ == '__main__':
3535
unittest.main()

0 commit comments

Comments
 (0)