Skip to content

Commit

Permalink
Fixes broken unit test - test_evadb_client
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanish0019 committed May 17, 2024
1 parent e5a9190 commit 6d342f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/test_eva_cmd_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


# @pytest.mark.skip
class CMDClientTest(unittest.TestCase):
class CMDClientTest(unittest.IsolatedAsyncioTestCase):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

Expand Down

0 comments on commit 6d342f6

Please sign in to comment.