Skip to content

Commit 8857bd1

Browse files
authored
Merge pull request #805 from cloudskiff/fix/fix_eip_assoc_acc_test
fix eip association acceptancy test
2 parents 554fe88 + dd58f32 commit 8857bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resource/aws/aws_eip_association_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func TestAcc_Aws_EipAssociation(t *testing.T) {
2222
t.Fatal(err)
2323
}
2424
result.AssertInfrastructureIsInSync()
25-
result.AssertManagedCount(1)
25+
result.AssertManagedCount(2)
2626
},
2727
},
2828
},

0 commit comments

Comments
 (0)