Skip to content

Commit 9c9f4b9

Browse files
committed
Swift: fix db in diagnostics_test_utils.py
1 parent 7f53509 commit 9c9f4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/integration-tests/diagnostics_test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def _normalize_json(data):
5050
return "\n".join(entries)
5151

5252

53-
def check_diagnostics(test_dir=".", test_db="db", actual = None):
53+
def check_diagnostics(test_dir=".", test_db="test-db", actual = None):
5454
test_dir = pathlib.Path(test_dir)
5555
test_db = pathlib.Path(test_db)
5656
if actual is None:

0 commit comments

Comments
 (0)