Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Dec 13, 2024
1 parent 3fc74df commit aa265d8
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 aa265d8

Please sign in to comment.