Skip to content

Commit fbbe562

Browse files
author
Corentin
committed
fixing tests
1 parent 1521d24 commit fbbe562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_sdh_analysis():
1818
],
1919
)
2020
assert result.exit_code == 0
21-
assert "Analysis completed !" in result.stdout
21+
assert "Analysis Results" in result.stdout
2222

2323

2424
def test_he_analysis():
@@ -34,7 +34,7 @@ def test_he_analysis():
3434
],
3535
)
3636
assert result.exit_code == 0
37-
assert "Analysis completed !" in result.stdout
37+
assert "Analysis Results" in result.stdout
3838

3939

4040
def test_he_analysis_fluo():
@@ -52,4 +52,4 @@ def test_he_analysis_fluo():
5252
],
5353
)
5454
assert result.exit_code == 0
55-
assert "Analysis completed !" in result.stdout
55+
assert "Analysis Results" in result.stdout

0 commit comments

Comments
 (0)