mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
core: Fix TestContext2Apply_multiProviderDestroyChild
We now correctly prune out empty modules after destroying everything inside them, so we need to update this expectation string to match the new behavior, rather than before when it was actually describing a buggy result.
This commit is contained in:
parent
25df611e26
commit
ee2971bb7e
@ -3436,8 +3436,6 @@ func TestContext2Apply_multiProviderDestroyChild(t *testing.T) {
|
||||
|
||||
checkStateString(t, state, `
|
||||
<no state>
|
||||
module.child:
|
||||
<no state>
|
||||
`)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user