Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
meiliang86 committed Jul 27, 2022
1 parent f282047 commit 6c4c509
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ func (s *ESVisibilitySuite) TestBuildSearchParametersV2() {
PageSize: testPageSize,
Sorter: []elastic.Sorter{
elastic.NewFieldSort(searchattribute.WorkflowID).Asc(),
elastic.NewFieldSort(searchattribute.RunID).Desc(),
},
}, p)
request.Query = ""
Expand Down

0 comments on commit 6c4c509

Please sign in to comment.