terraform: add one more forgotten ordering assertion

This commit is contained in:
Mitchell Hashimoto 2017-02-07 12:01:27 -08:00
parent a765740827
commit ac934cf003
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@ func TestApplyGraphBuilder_depCbd(t *testing.T) {
t, g,
"aws_instance.A",
"aws_instance.A (destroy)")
testGraphHappensBefore(
t, g,
"aws_instance.A",
"aws_instance.B")
testGraphHappensBefore(
t, g,
"aws_instance.B",