Skip to content

Commit

Permalink
test(cli): fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Jun 13, 2024
1 parent 460a731 commit 4b8dc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_workspace_set(self):
if os.path.isfile(os.path.join(CONFIG_PATH, entry))
]
files = [f.as_posix() for f in files]
assert files == [DEFAULT_WORKSPACE_PATH.as_posix()]
assert DEFAULT_WORKSPACE_PATH.as_posix() in files
# ? Re set workspace for other tests
result = runner.invoke(set, ["development"])

Expand Down

0 comments on commit 4b8dc95

Please sign in to comment.