vendor: Update go-nat-pmp

This commit is contained in:
Audrius Butkevicius
2016-05-16 20:46:03 +01:00
parent d59fd9c22d
commit adb7fb43cb
2 changed files with 3 additions and 5 deletions

View File

@@ -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