Skip to content

Commit d9173fc

Browse files
committed
Fix a test case
1 parent 1d393de commit d9173fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter/linter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func runTests(t *testing.T, tests []*linterTest) {
113113
import_snippets = append(import_snippets, Snippet{FileName: filepath, Code: string(input)})
114114
}
115115

116-
errorsFound = LintSnippet(vm, &outBuilder, snippets)
116+
errorsFound = LintSnippet(vm, &outBuilder, import_snippets)
117117
outData = outBuilder.String()
118118
if outData == "" && errorsFound {
119119
t.Error(fmt.Errorf("return value indicates problems present, but no output was produced"))

0 commit comments

Comments
 (0)