Skip to content

Commit 18a88eb

Browse files
committed
Fix test
1 parent 0f1cd49 commit 18a88eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/appstate/appstate_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import (
1616
func TestMain(m *testing.M) {
1717
unittest.MainTest(m, &unittest.TestOptions{
1818
GiteaRootPath: filepath.Join("..", ".."),
19+
FixtureFiles: []string{""}, // load nothing
1920
})
2021
}
2122

0 commit comments

Comments
 (0)