Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mobasserulHaque committed Oct 20, 2024
1 parent 61fe193 commit 5c706d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_general_query():
text=True,
check=True,
)
assert result.returncode == 0, f"Query failed with return code {result.returncode}"
assert result.returncode == 0
print("General Query Test Passed!")


Expand Down

0 comments on commit 5c706d8

Please sign in to comment.