From 1e6b4ed5ebd4a79fec0db274380a7b6a734c19e5 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sun, 5 Jun 2022 02:34:10 +0000 Subject: [PATCH] chore(provider): rename test functions to `Test_Provider_GetConnection` --- internal/provider/ivpn/connection_test.go | 2 +- internal/provider/mullvad/connection_test.go | 2 +- internal/provider/wevpn/connection_test.go | 2 +- internal/provider/windscribe/connection_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/provider/ivpn/connection_test.go b/internal/provider/ivpn/connection_test.go index 0b0a830d..2db0ac22 100644 --- a/internal/provider/ivpn/connection_test.go +++ b/internal/provider/ivpn/connection_test.go @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/assert" ) -func Test_Ivpn_GetConnection(t *testing.T) { +func Test_Provider_GetConnection(t *testing.T) { t.Parallel() testCases := map[string]struct { diff --git a/internal/provider/mullvad/connection_test.go b/internal/provider/mullvad/connection_test.go index 0cf202e5..38b2af16 100644 --- a/internal/provider/mullvad/connection_test.go +++ b/internal/provider/mullvad/connection_test.go @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/assert" ) -func Test_Mullvad_GetConnection(t *testing.T) { +func Test_Provider_GetConnection(t *testing.T) { t.Parallel() testCases := map[string]struct { diff --git a/internal/provider/wevpn/connection_test.go b/internal/provider/wevpn/connection_test.go index f04be81a..b5bff1a3 100644 --- a/internal/provider/wevpn/connection_test.go +++ b/internal/provider/wevpn/connection_test.go @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/assert" ) -func Test_Wevpn_GetConnection(t *testing.T) { +func Test_Provider_GetConnection(t *testing.T) { t.Parallel() testCases := map[string]struct { diff --git a/internal/provider/windscribe/connection_test.go b/internal/provider/windscribe/connection_test.go index baed3081..a6933cd6 100644 --- a/internal/provider/windscribe/connection_test.go +++ b/internal/provider/windscribe/connection_test.go @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/assert" ) -func Test_Windscribe_GetConnection(t *testing.T) { +func Test_Provider_GetConnection(t *testing.T) { t.Parallel() testCases := map[string]struct {