Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
janvt committed Oct 25, 2023
1 parent 81c91fc commit 9dd5213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/basic.tftest.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ run "basic_budget" {
}

assert {
condition = aws_budgets_budget.main["test-budget-1"].limit_amount == "50"
condition = aws_budgets_budget.main["test-budget-1"].limit_amount == "50"
error_message = "Expected test-budget-1 limit amount to be 50."
}

assert {
condition = aws_budgets_budget.main["test-budget-1"].limit_unit == "EUR"
condition = aws_budgets_budget.main["test-budget-1"].limit_unit == "EUR"
error_message = "Expected test-budget-1 limit unit to be EUR."
}

Expand Down

0 comments on commit 9dd5213

Please sign in to comment.