typo in aws_default_route_table_test.go

main
Louis TOUSSAINT 2021-03-30 16:38:13 +02:00 committed by sundowndev
parent 9d32101205
commit 1927fd07f6
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ func TestAwsDefaultRouteTable_Execute(t *testing.T) {
expected []resource.Resource
}{
{
"test that default route tables are not exluded when managed by IaC",
"test that default route tables are not excluded when managed by IaC",
[]resource.Resource{
&aws.AwsRouteTable{
Id: "non-default-route-table",
@ -45,7 +45,7 @@ func TestAwsDefaultRouteTable_Execute(t *testing.T) {
},
},
{
"test that default route tables are exluded when not managed by IaC",
"test that default route tables are excluded when not managed by IaC",
[]resource.Resource{
&aws.AwsRouteTable{
Id: "non-default-route-table",