chore(provider): rename test functions to Test_Provider_GetConnection

This commit is contained in:
Quentin McGaw
2022-06-05 02:34:10 +00:00
parent 0549326dfb
commit 1e6b4ed5eb
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )
func Test_Ivpn_GetConnection(t *testing.T) { func Test_Provider_GetConnection(t *testing.T) {
t.Parallel() t.Parallel()
testCases := map[string]struct { testCases := map[string]struct {

View File

@@ -14,7 +14,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )
func Test_Mullvad_GetConnection(t *testing.T) { func Test_Provider_GetConnection(t *testing.T) {
t.Parallel() t.Parallel()
testCases := map[string]struct { testCases := map[string]struct {

View File

@@ -14,7 +14,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )
func Test_Wevpn_GetConnection(t *testing.T) { func Test_Provider_GetConnection(t *testing.T) {
t.Parallel() t.Parallel()
testCases := map[string]struct { testCases := map[string]struct {

View File

@@ -14,7 +14,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )
func Test_Windscribe_GetConnection(t *testing.T) { func Test_Provider_GetConnection(t *testing.T) {
t.Parallel() t.Parallel()
testCases := map[string]struct { testCases := map[string]struct {