Skip to content

Commit

Permalink
fix: test function must be capitalized
Browse files Browse the repository at this point in the history
Signed-off-by: francesco-racciatti <[email protected]>
  • Loading branch information
francesco-racciatti committed Aug 3, 2023
1 parent 83d91c3 commit 5224171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdig/data_source_sysdig_fargate_ECS_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func getKiltRecipe(t *testing.T) string {
return string(jsonRecipeConfig)
}

func testContains(t *testing.T) {
func TestContains(t *testing.T) {
tests := []struct {
slice []string
target string
Expand Down

0 comments on commit 5224171

Please sign in to comment.