Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Aug 5, 2023
1 parent 6159435 commit 3ba1091
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, 10)
assert.Len(t, checks, 12)
}

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

0 comments on commit 3ba1091

Please sign in to comment.