From f1b7faf9012d8b49335ea4fb471db87dd54c6ee8 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Thu, 12 Sep 2024 14:33:49 +0200 Subject: [PATCH] stacks: remove TODO --- internal/stacks/stackruntime/apply_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/stacks/stackruntime/apply_test.go b/internal/stacks/stackruntime/apply_test.go index 567cb37ece..a963309b9c 100644 --- a/internal/stacks/stackruntime/apply_test.go +++ b/internal/stacks/stackruntime/apply_test.go @@ -3146,9 +3146,6 @@ func TestApply_RemovedBlocks(t *testing.T) { providerreqs.PreferredHashes([]providerreqs.Hash{}), ) - // TODO: Add tests for and implement the following cases: - // - Add a test for a removed block that forgets instead of destroys. - tcs := map[string]struct { source string initialState *stackstate.State