Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Feb 21, 2024
1 parent 4aa8b57 commit d3de294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/minimal_cli/test_minimal_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_ls(self, runner, project):
ls_result = runner.invoke(cli, ["ls"])
assert "1 seed" in ls_result.output
assert "1 model" in ls_result.output
assert "5 data_tests" in ls_result.output
assert "5 data tests" in ls_result.output
assert "1 snapshot" in ls_result.output


Expand Down

0 comments on commit d3de294

Please sign in to comment.