Skip to content

Commit

Permalink
remove unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredjenkins committed Aug 5, 2023
1 parent 1d46dee commit ed488f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/resource/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func TestNewWithAttributes(t *testing.T) {
},
}
for _, c := range cases {
c := c
t.Run(fmt.Sprintf("case-%s", c.name), func(t *testing.T) {
res := resource.NewSchemaless(c.in...)
if diff := cmp.Diff(
Expand Down

0 comments on commit ed488f8

Please sign in to comment.