mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
fix test
This commit is contained in:
parent
7f3dee181c
commit
2a82632e57
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ func TestEfficiencyScore(t *testing.T) {
|
|||
t.Fatalf("Expected %f but got %f", expected, actual)
|
||||
}
|
||||
|
||||
trees = make([]*FileInfo, 1)
|
||||
trees = make([]*FileTree, 1)
|
||||
for ix, _ := range trees {
|
||||
tree := NewFileTree()
|
||||
tree.AddPath("/etc/nginx/nginx.conf", FileInfo{})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue