mirror of
https://github.com/safing/portmaster
synced 2025-09-15 17:29:42 +00:00
Fix tests
This commit is contained in:
parent
efdc0b7849
commit
81fb67bb48
4 changed files with 12 additions and 7 deletions
|
@ -13,6 +13,9 @@ func TestCaching(t *testing.T) {
|
|||
testNameRecord := &NameRecord{
|
||||
Domain: testDomain,
|
||||
Question: testQuestion,
|
||||
Resolver: &ResolverInfo{
|
||||
Type: "dns",
|
||||
},
|
||||
}
|
||||
|
||||
err := testNameRecord.Save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue