mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-07 20:39:59 +08:00
fixteste
This commit is contained in:
parent
e37a581ac7
commit
d61c7b7c2b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue