Fix tests
This commit is contained in:
@@ -9,6 +9,9 @@ func TestNameRecordStorage(t *testing.T) {
|
||||
testNameRecord := &NameRecord{
|
||||
Domain: testDomain,
|
||||
Question: testQuestion,
|
||||
Resolver: &ResolverInfo{
|
||||
Type: "dns",
|
||||
},
|
||||
}
|
||||
|
||||
err := testNameRecord.Save()
|
||||
|
||||
Reference in New Issue
Block a user