Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpivkin committed Aug 10, 2023
1 parent 507529e commit 7335001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func Test_load_returns_expected_services(t *testing.T) {

func Test_load_returns_expected_service_checks(t *testing.T) {
checks := rules.GetProviderServiceCheckNames("aws", "s3")
assert.Len(t, checks, 12)
assert.Len(t, checks, 11)
}

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

0 comments on commit 7335001

Please sign in to comment.