Skip to content

Commit

Permalink
PI-2673 - order response correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Jan 6, 2025
1 parent cacb78f commit 3e157a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ class SentencesIntegrationTest {
EVENT_1.id,
order = MinimalOrder(ACTIVE_ORDER.type.description, ACTIVE_ORDER.date),
licenceConditions = listOf(
MinimalLicenceCondition(LC_WITH_NOTES.id, LIC_COND_MAIN_CAT.description),
MinimalLicenceCondition(LC_WITHOUT_NOTES.id, LIC_COND_MAIN_CAT.description),
MinimalLicenceCondition(LC_WITH_NOTES.id, LIC_COND_MAIN_CAT.description),
MinimalLicenceCondition(LC_WITH_NOTES_WITHOUT_ADDED_BY.id, LIC_COND_MAIN_CAT.description),
MinimalLicenceCondition(LC_WITH_1500_CHAR_NOTE.id, LIC_COND_MAIN_CAT.description)
),
Expand Down

0 comments on commit 3e157a2

Please sign in to comment.