Skip to content

Commit

Permalink
Swift: fix db in diagnostics_test_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
redsun82 committed Mar 25, 2024
1 parent 7f53509 commit ed7e1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/ql/integration-tests/diagnostics_test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _normalize_json(data):
return "\n".join(entries)


def check_diagnostics(test_dir=".", test_db="db", actual = None):
def check_diagnostics(test_dir=".", test_db="test-db", actual = None):
test_dir = pathlib.Path(test_dir)
test_db = pathlib.Path(test_db)
if actual is None:
Expand Down

0 comments on commit ed7e1ca

Please sign in to comment.