Skip to content

Commit c99a846

Browse files
committed
Switch test expectations to use unix-style paths
1 parent fc30120 commit c99a846

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", os.path.join("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)