Skip to content

Commit 583dade

Browse files
committed
woo more tests pass
1 parent 438cfbd commit 583dade

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/terraform/context_plan_actions_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ resource "test_object" "a" {
543543
},
544544
},
545545
"expanded resource - expanded action": {
546-
//toBeImplemented: true, // TODO: Not sure why this panics
547546
module: map[string]string{
548547
"main.tf": `
549548
action "test_unlinked" "hello" {
@@ -666,7 +665,6 @@ resource "test_object" "e" {
666665
},
667666

668667
"failing actions cancel next ones": {
669-
toBeImplemented: true, // TODO: Look into this
670668
module: map[string]string{
671669
"main.tf": `
672670
action "test_unlinked" "failure" {}

0 commit comments

Comments
 (0)