Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Nov 4, 2023
1 parent ff3554d commit f5445b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/infinity_emb/tests/unit_test/test_infinity_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def test_cli_wrong_batch_size():
log = subprocess.run(["infinity_emb", "--batch-size", "WrongArgument"])
assert log.returncode == 2


def test_create_server():
app = create_server(engine=InferenceEngine.debugengine)
assert isinstance(app, FastAPI)
Expand Down

0 comments on commit f5445b2

Please sign in to comment.