Skip to content

Commit 4d86139

Browse files
authored
Plan unit test names should start with TestPlan (#480)
Signed-off-by: David.Houck <David.Houck@sas.com>
1 parent 82c90f0 commit 4d86139

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/nondefaultplan/rbac_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
package nondefaultplan
55

66
import (
7-
"github.com/stretchr/testify/assert"
87
"test/helpers"
98
"testing"
9+
10+
"github.com/stretchr/testify/assert"
1011
)
1112

1213
func TestPlanRbacEnabledGroupIds(t *testing.T) {
@@ -44,7 +45,7 @@ func TestPlanRbacEnabledGroupIds(t *testing.T) {
4445
helpers.RunTests(t, tests, plan)
4546
}
4647

47-
func TestNonDefaultRbacEnabledWithTenant(t *testing.T) {
48+
func TestPlanRbacEnabledWithTenant(t *testing.T) {
4849
t.Parallel()
4950

5051
const TENANT_ID = "b1c14d5c-3625-45b3-a430-9552373a0c2f"
@@ -87,7 +88,7 @@ func TestNonDefaultRbacEnabledWithTenant(t *testing.T) {
8788
helpers.RunTests(t, tests, plan)
8889
}
8990

90-
func TestNonDefaultAzureRbacEnabledWithTenant(t *testing.T) {
91+
func TestPlanAzureRbacEnabledWithTenant(t *testing.T) {
9192
t.Parallel()
9293

9394
const TENANT_ID = "b1c14d5c-3625-45b3-a430-9552373a0c2f"

0 commit comments

Comments
 (0)