aboutsummaryrefslogtreecommitdiffstats
path: root/modules/base/tool_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base/tool_test.go')
-rw-r--r--modules/base/tool_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/tool_test.go b/modules/base/tool_test.go
index 9c4fb89e8e..bda2e65a19 100644
--- a/modules/base/tool_test.go
+++ b/modules/base/tool_test.go
@@ -25,7 +25,7 @@ const (
func TestMain(m *testing.M) {
// setup
macaroni18n.I18n(macaroni18n.Options{
- Directory: "../../conf/locale/",
+ Directory: "../../options/locale/",
DefaultLang: "en-US",
Langs: []string{"en-US"},
Names: []string{"english"},