Skip to content

Commit f13f19d

Browse files
committed
Fix typo
1 parent 2939cef commit f13f19d

File tree

1 file changed

+1
-1
lines changed
  • go/ql/integration-tests/all-platforms/go/configure-baseline

1 file changed

+1
-1
lines changed

go/ql/integration-tests/all-platforms/go/configure-baseline/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ def test(codeql, go):
66
baseline_info_path = os.path.join("test-db", "baseline-info.json")
77
with open(baseline_info_path, "r") as f:
88
baseline_info = json.load(f)
9-
assert set(baseline_info["languages"]["go"]["files"]) == set(["root.go", "c/vendor/cvendor.go")]), "Expected root.go and cvendor.go in baseline"
9+
assert set(baseline_info["languages"]["go"]["files"]) == set(["root.go", "c/vendor/cvendor.go"]), "Expected root.go and cvendor.go in baseline"

0 commit comments

Comments
 (0)