Skip to content

Commit

Permalink
Fix failing concurrency test (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db authored Dec 13, 2024
1 parent 3fc74df commit fe9fa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/adapter/concurrency/test_concurrency.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def test_concurrency(self, project):
util.check_table_does_not_exist(project.adapter, "invalid")
util.check_table_does_not_exist(project.adapter, "skip")

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 comments on commit fe9fa10

Please sign in to comment.