mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 14:38:29 +03:00
minor
This commit is contained in:
parent
8f9353782b
commit
b8a5661277
1 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,9 @@ func check(t *testing.T, result bool, msg string) {
|
|||
}
|
||||
}
|
||||
|
||||
func testNotify(flags uint32) {
|
||||
}
|
||||
|
||||
// Leases database store/load
|
||||
func TestDB(t *testing.T) {
|
||||
var err error
|
||||
|
@ -28,7 +31,7 @@ func TestDB(t *testing.T) {
|
|||
RangeEnd: "192.168.10.200",
|
||||
GatewayIP: "192.168.10.1",
|
||||
SubnetMask: "255.255.255.0",
|
||||
notify: notify4,
|
||||
notify: testNotify,
|
||||
}
|
||||
s.srv4, err = v4Create(conf)
|
||||
assert.True(t, err == nil)
|
||||
|
|
Loading…
Add table
Reference in a new issue