refactor: rename to test

This commit is contained in:
Jan De Dobbeleer 2021-12-01 09:51:13 +01:00 committed by Jan De Dobbeleer
parent 7b4333ae77
commit 853219d0c5
3 changed files with 1 additions and 1 deletions

View file

@ -60,7 +60,7 @@ func engineRender(configPath string) error {
return err
}
configPath = filepath.Join(testDir, "testdata", configPath)
configPath = filepath.Join(testDir, "test", configPath)
var (
debug = false