This commit is contained in:
Tom Limoncelli 2025-09-11 13:08:11 -04:00
parent e37a581ac7
commit d61c7b7c2b

View file

@ -8,7 +8,7 @@ import (
)
func TestFlatten(t *testing.T) {
res, _, err := NewCache("testdata-dns1.json")
res, err := NewCache("testdata-dns1.json")
if err != nil {
t.Fatal(err)
}