Skip to content

Commit 8d56b5b

Browse files
committed
increment docker image
1 parent 9295842 commit 8d56b5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_external_tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ def test_that_the_exit_code_is_1_when_it_should_be(self):
462462
executor.execute()
463463
assert "File: htan_bad.h5ad" in executor.std_out
464464
assert "Cellxgene run has errors. " in executor.std_out
465-
assert "HTAN Validation Failed." in executor.std_out
466-
assert "'cellxgene-schema output: Starting validation" in executor.std_out
467-
assert "HTAN-specific Validation Errors:" in executor.std_out
465+
assert "HTAN Validation Failed." in executor.std_out
466+
assert "'cellxgene-schema output: Starting validation" in executor.std_out
467+
assert "HTAN-specific Validation Errors:" in executor.std_out
468468
assert executor.exit_code == "1"
469469

470470
@docker_enabled_test

0 commit comments

Comments
 (0)