mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-19 15:01:29 +02:00
Remove unnecessary test
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
package tun
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestDevice_assignIP(t *testing.T) {
|
||||
d := Device{
|
||||
Name: "mytun0",
|
||||
IP: "10.0.0.1",
|
||||
}
|
||||
err := d.Up()
|
||||
if err != nil {
|
||||
t.Fatalf("failed to bring up device: %v", err)
|
||||
}
|
||||
defer d.Close()
|
||||
select {}
|
||||
}
|
||||
Reference in New Issue
Block a user