Skip to content

Commit 94b4fd6

Browse files
committed
init commit
1 parent 3a86ae4 commit 94b4fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func TestRunBasicExample(t *testing.T) {
3636
// Upgrade test (using advanced example)
3737
func TestRunUpgradeExample(t *testing.T) {
3838
t.Parallel()
39-
options := setupOptions(t, "cp4d-upg", defaultExampleTerraformDir)
39+
options := setupOptions(t, "cp4dup", defaultExampleTerraformDir)
4040

4141
output, err := options.RunTestUpgrade()
4242
if !options.UpgradeTestSkipped {

0 commit comments

Comments
 (0)