зеркало из https://github.com/github/codeql.git
Fix typo
This commit is contained in:
Родитель
2939cefc68
Коммит
f13f19d5dc
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче