Skip to content

Commit 8f5e509

Browse files
Update test_models.py
1 parent 560d9c6 commit 8f5e509

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ def test_model_creation_and_listing(CLIENT, dataset):
4545
ms = CLIENT.list_models()
4646

4747
assert model not in ms
48-
assert ms == models_before
48+
assert ms == models_before
49+

0 commit comments

Comments
 (0)