mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-18 09:46:53 +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) {
|
func TestFlatten(t *testing.T) {
|
||||||
res, _, err := NewCache("testdata-dns1.json")
|
res, err := NewCache("testdata-dns1.json")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue