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:
Martin Atkins 2018-09-20 17:06:12 -07:00
parent 25df611e26
commit ee2971bb7e
1 changed files with 0 additions and 2 deletions

View File

@ -3436,8 +3436,6 @@ func TestContext2Apply_multiProviderDestroyChild(t *testing.T) {
checkStateString(t, state, `
<no state>
module.child:
<no state>
`)
}