Skip to content

Commit 5d6bf83

Browse files
committed
Simpler test names
1 parent 0872e07 commit 5d6bf83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helper/resource/importstate/import_block_as_first_step_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
r "github.com/hashicorp/terraform-plugin-testing/helper/resource"
1919
)
2020

21-
func Test_TestStep_ImportBlock_AsFirstStep(t *testing.T) {
21+
func Test_ImportBlock_AsFirstStep(t *testing.T) {
2222
t.Parallel()
2323

2424
r.UnitTest(t, r.TestCase{

helper/resource/importstate/import_command_as_first_step_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
r "github.com/hashicorp/terraform-plugin-testing/helper/resource"
1818
)
1919

20-
func Test_TestStep_ImportCommand_AsFirstStep(t *testing.T) {
20+
func Test_ImportCommand_AsFirstStep(t *testing.T) {
2121
t.Parallel()
2222

2323
r.UnitTest(t, r.TestCase{

0 commit comments

Comments
 (0)