Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyrk committed Mar 5, 2025
1 parent c533c42 commit 29a795b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/iac/scanners/terraform/parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ output "staticZero" {

// no data resources should exist as their counts are 0
datas := modules.GetDatasByType("test_resource")
require.Len(t, datas, 0)
require.Empty(t, datas)
}

func TestModuleRefersToOutputOfAnotherModule(t *testing.T) {
Expand Down

0 comments on commit 29a795b

Please sign in to comment.