Skip to content

Commit fe9fa10

Browse files
authored
Fix failing concurrency test (#877)
1 parent 3fc74df commit fe9fa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/adapter/concurrency/test_concurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ def test_concurrency(self, project):
2727
util.check_table_does_not_exist(project.adapter, "invalid")
2828
util.check_table_does_not_exist(project.adapter, "skip")
2929

30-
assert "PASS=5 WARN=0 ERROR=1 SKIP=1 TOTAL=7" in output
30+
assert "PASS=5 WARN=0 ERROR=1 SKIP=1" in output

0 commit comments

Comments
 (0)