Isolate test resources under test directory.
parent
b1d59dcec4
commit
a86c652485
|
@ -7,7 +7,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestShouldParseConfigFile(t *testing.T) {
|
func TestShouldParseConfigFile(t *testing.T) {
|
||||||
config, errors := Read("../test-resources/config.yml")
|
config, errors := Read("../test/resources/config.yml")
|
||||||
|
|
||||||
assert.Len(t, errors, 0)
|
assert.Len(t, errors, 0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue