vendor: Update go-nat-pmp
This commit is contained in:
6
vendor/github.com/AudriusButkevicius/go-nat-pmp/natpmp_test.go
generated
vendored
6
vendor/github.com/AudriusButkevicius/go-nat-pmp/natpmp_test.go
generated
vendored
@@ -1,11 +1,9 @@
|
||||
package natpmp
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
import "testing"
|
||||
|
||||
func TestNatPMP(t *testing.T) {
|
||||
client, err := NewClientForDefaultGateway()
|
||||
client, err := NewClientForDefaultGateway(0)
|
||||
if err != nil {
|
||||
t.Errorf("NewClientForDefaultGateway() = %v,%v", client, err)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user