Remove the test directory at the root of the repo.
parent
c78a732c6a
commit
17eaeabdf9
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
func TestShouldParseConfigFile(t *testing.T) {
|
||||
config, errors := Read("../../test/resources/config.yml")
|
||||
config, errors := Read("./test_resources/config.yml")
|
||||
|
||||
assert.Len(t, errors, 0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue