commited readiptable
Signed-off-by: Akilan1999 <akilan.selvacoumar@planetscale.com>
This commit is contained in:
12
p2p/readiptable_test.go
Normal file
12
p2p/readiptable_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package p2p
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestReadIpTable(t *testing.T) {
|
||||
_, err := ReadIpTable()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user