validate test fixed

This commit is contained in:
asoseil 2018-01-09 01:47:33 +01:00
parent 59c6b43f2c
commit ecaebf0867
1 changed files with 2 additions and 2 deletions

View File

@ -114,8 +114,8 @@ func TestProject_Reload(t *testing.T) {
func TestProject_Validate(t *testing.T) {
data := map[string]bool{
"": false,
"/test/.path/": false,
"./test/path/": false,
"/test/.path/": true,
"./test/path/": true,
"/test/path/test.html": false,
"/test/path/test.go": false,
"/test/ignore/test.go": false,