core: Fix TestEvalWriteStateDeposed

This was already updated for the new state types earlier, but since then
we adjusted how deposed instances are written out in the old string
representation of state, and so this regressed.
This commit is contained in:
Martin Atkins 2018-09-26 18:08:35 -07:00
parent 902e8e1f2a
commit 5af82917b9
1 changed files with 1 additions and 1 deletions

View File

@ -272,6 +272,6 @@ func TestEvalWriteStateDeposed(t *testing.T) {
aws_instance.foo: (1 deposed)
ID = <not created>
provider = provider.aws
Deposed ID deadbeef = i-abc123
Deposed ID 1 = i-abc123
`)
}