We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1521d24 commit fbbe562Copy full SHA for fbbe562
tests/test_cli.py
@@ -18,7 +18,7 @@ def test_sdh_analysis():
18
],
19
)
20
assert result.exit_code == 0
21
- assert "Analysis completed !" in result.stdout
+ assert "Analysis Results" in result.stdout
22
23
24
def test_he_analysis():
@@ -34,7 +34,7 @@ def test_he_analysis():
34
35
36
37
38
39
40
def test_he_analysis_fluo():
@@ -52,4 +52,4 @@ def test_he_analysis_fluo():
52
53
54
55
0 commit comments