Skip to content

Commit

Permalink
IWF-122: assert match elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Atrops committed Nov 8, 2024
1 parent 7d21ba0 commit a2ac394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integ/set_query_attributes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ func TestSetQueryAttributes(t *testing.T) {
}}).Execute()
panicAtHttpError(err, httpRespGet)

assertions.Equal(signalVals, searchResult.Objects)
assertions.ElementsMatch(signalVals, searchResult.Objects)
}
2 changes: 1 addition & 1 deletion integ/set_search_attributes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ func TestSetSearchAttributes(t *testing.T) {
}}).Execute()
panicAtHttpError(err, httpRespGet)

assertions.Equal(signalVals, searchResult.SearchAttributes)
assertions.ElementsMatch(signalVals, searchResult.SearchAttributes)
}

0 comments on commit a2ac394

Please sign in to comment.