terraform: add one more forgotten ordering assertion
This commit is contained in:
parent
a765740827
commit
ac934cf003
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue