Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatasPedroso committed Jul 1, 2024
1 parent 5a2d2aa commit 1d8b5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/ChargeTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class ChargeTests {
type = ChargeType.DYNAMIC
expiresDate = "2021-04-01"
discountSettings = ChargeDiscountSettings(
discountModality = ChargeDiscountModality.FIXED_VALUE_UNTIL_SPECIFIED_DATE,
modality = ChargeDiscountModality.FIXED_VALUE_UNTIL_SPECIFIED_DATE,
discountFixedDate = listOf(ChargeDiscountFixedDate(10, 1000))
)
}
Expand Down

0 comments on commit 1d8b5bb

Please sign in to comment.