This commit is contained in:
Chris Smowton 2024-08-21 10:22:42 +01:00
Родитель 2939cefc68
Коммит f13f19d5dc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,4 +6,4 @@ def test(codeql, go):
baseline_info_path = os.path.join("test-db", "baseline-info.json")
with open(baseline_info_path, "r") as f:
baseline_info = json.load(f)
assert set(baseline_info["languages"]["go"]["files"]) == set(["root.go", "c/vendor/cvendor.go")]), "Expected root.go and cvendor.go in baseline"
assert set(baseline_info["languages"]["go"]["files"]) == set(["root.go", "c/vendor/cvendor.go"]), "Expected root.go and cvendor.go in baseline"