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 3fc74df commit fe9fa10Copy full SHA for fe9fa10
tests/functional/adapter/concurrency/test_concurrency.py
@@ -27,4 +27,4 @@ def test_concurrency(self, project):
27
util.check_table_does_not_exist(project.adapter, "invalid")
28
util.check_table_does_not_exist(project.adapter, "skip")
29
30
- assert "PASS=5 WARN=0 ERROR=1 SKIP=1 TOTAL=7" in output
+ assert "PASS=5 WARN=0 ERROR=1 SKIP=1" in output
0 commit comments