From 41c30a72791999aac8973b82224d3d4b9162dd51 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 22 Mar 2019 15:28:33 +0100 Subject: tun: windows: Adapter devices renamed to WINTUN Signed-off-by: Simon Rozman --- tun/wintun/setupapi/setupapi_windows_test.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tun/wintun/setupapi/setupapi_windows_test.go') diff --git a/tun/wintun/setupapi/setupapi_windows_test.go b/tun/wintun/setupapi/setupapi_windows_test.go index c6f4a15..30f3692 100644 --- a/tun/wintun/setupapi/setupapi_windows_test.go +++ b/tun/wintun/setupapi/setupapi_windows_test.go @@ -291,11 +291,6 @@ func TestSetupDiOpenDevRegKey(t *testing.T) { t.Errorf("Error calling SetupDiOpenDevRegKey: %s", err.Error()) } defer key.Close() - - _, err = devInfoList.GetInterfaceID(data) - if err != nil { - t.Errorf("Error calling GetInterfaceID: %s", err.Error()) - } } } -- cgit v1.2.3