Skip to content

Commit

Permalink
fix: Ignore order in category options test [DHIS2-16094] [2.38] (#15560)
Browse files Browse the repository at this point in the history
* fix: Ignore order in category options test [DHIS2-16094] [2.38]

* fix: Ignore order in category options test [DHIS2-16094] [2.38]

* fix: Ignore order in category options test [DHIS2-16094] [2.38]
  • Loading branch information
muilpp authored Nov 1, 2023
1 parent 38fccd3 commit f416b41
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,9 @@ void shouldReturnEventsGivenCategoryOptionCombo() {
"category options and combo of event " + e.getUid(),
() -> assertEquals("cr89ebDZrac", e.getAttributeOptionCombo()),
() ->
assertEquals(
"xwZ2u3WyQR0;M58XdOfhiJ7", e.getAttributeCategoryOptions()),
assertContains("xwZ2u3WyQR0", e.getAttributeCategoryOptions()),
() ->
assertContains("M58XdOfhiJ7", e.getAttributeCategoryOptions()),
() ->
assertEquals(
2,
Expand Down

0 comments on commit f416b41

Please sign in to comment.