Fix tests

This commit is contained in:
Daniel
2021-04-19 15:11:11 +02:00
parent efdc0b7849
commit 81fb67bb48
4 changed files with 12 additions and 7 deletions

View File

@@ -9,6 +9,9 @@ func TestNameRecordStorage(t *testing.T) {
testNameRecord := &NameRecord{
Domain: testDomain,
Question: testQuestion,
Resolver: &ResolverInfo{
Type: "dns",
},
}
err := testNameRecord.Save()