Skip to content

Commit f9aad44

Browse files
committed
fixed failing test
1 parent 4f57f6e commit f9aad44

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_ellar_cli_service.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def test_version_works(write_empty_py_project, process_runner):
176176
result = process_runner(["ellar", "--version"])
177177
assert result.returncode == 0
178178

179-
assert (
179+
assert "Ellar CLI Version:" in str(result.stdout) and "Ellar Version:" in str(
180180
result.stdout
181-
== b"===========================================================\nEllar CLI Version: 0.2.2\n-----------------------------------------------------------\nEllar Version: 0.4.7\n===========================================================\n"
182181
)

0 commit comments

Comments
 (0)