Skip to content

Commit

Permalink
test: fix case matching
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Mar 29, 2024
1 parent 265e844 commit 0ebff99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/types/properties_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ func TestPropertiesSetFromStruct(t *testing.T) {
Tags: &map[string]string{"key": "value"},
},
want: types.NewProperties().
Set("Name", "Alice").
Set("Region", "us-west-2").
Set("name", "Alice").
Set("region", "us-west-2").
SetTagWithPrefix("awesome", &[]string{"key"}[0], "value"),
},
{
Expand Down

0 comments on commit 0ebff99

Please sign in to comment.