fix test
This commit is contained in:
parent
7f3dee181c
commit
2a82632e57
@ -494,7 +494,7 @@ func TestEfficiencyScore(t *testing.T) {
|
|||||||
t.Fatalf("Expected %f but got %f", expected, actual)
|
t.Fatalf("Expected %f but got %f", expected, actual)
|
||||||
}
|
}
|
||||||
|
|
||||||
trees = make([]*FileInfo, 1)
|
trees = make([]*FileTree, 1)
|
||||||
for ix, _ := range trees {
|
for ix, _ := range trees {
|
||||||
tree := NewFileTree()
|
tree := NewFileTree()
|
||||||
tree.AddPath("/etc/nginx/nginx.conf", FileInfo{})
|
tree.AddPath("/etc/nginx/nginx.conf", FileInfo{})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user