Skip to content

Commit

Permalink
fix test-exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Jun 19, 2024
1 parent 6e0077a commit c421003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/infinity_emb/tests/unit_test/test_infinity_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_cli_v2_weird():
@pytest.mark.skipif(sys.platform == "win32", reason="does not run on windows")
def test_cli_preload():
log = subprocess.run(["infinity_emb", "--preload-only"])
assert log.returncode == 3
assert log.returncode == 0


def test_create_server():
Expand Down

0 comments on commit c421003

Please sign in to comment.