Skip to content

Commit b0dd4a7

Browse files
committed
Tweak the filenames to agree with other locations.
1 parent 0e84148 commit b0dd4a7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/testutil_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import (
99

1010
func TestSuite(t *testing.T) {
1111
preload := strings.Preload
12-
assert.NotZero(t, RunLuaTestFile(t, preload, "testdata/suite_test.lua"))
12+
assert.NotZero(t, RunLuaTestFile(t, preload, "testdata/test_suite.lua"))
1313
}
1414

1515
func TestApi(t *testing.T) {
1616
preload := goos.Preload
17-
assert.NotZero(t, RunLuaTestFile(t, preload, "testdata/tests.lua"))
17+
assert.NotZero(t, RunLuaTestFile(t, preload, "testdata/test_api.lua"))
1818
}

0 commit comments

Comments
 (0)