mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user