Remove the test directory at the root of the repo.

pull/474/head
Clement Michaud 2019-11-30 15:27:39 +01:00 committed by Clément Michaud
parent c78a732c6a
commit 17eaeabdf9
2 changed files with 1 additions and 1 deletions

View File

@ -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)