mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Correct address manager test error print.
This commit is contained in:
parent
b5a7d52f21
commit
d9d7f7ce4d
@ -138,7 +138,7 @@ func TestAddLocalAddress(t *testing.T) {
|
||||
}
|
||||
if result != nil && test.valid {
|
||||
t.Errorf("TestAddLocalAddress test #%d failed: %s should not have "+
|
||||
"been accepted", test.address.IP)
|
||||
"been accepted", x, test.address.IP)
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user