Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix broken UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Germanov committed Jan 2, 2022
1 parent 1c0cac0 commit b5338b3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class PlannedPaymentsTest : IvyComposeTest() {
amount = "2,000",
category = "Bills & Fees",
startDate = timeNowUTC().withDayOfMonth(1),
intervalN = 4,
intervalType = IntervalType.WEEK,
intervalN = 1,
intervalType = IntervalType.MONTH,
title = "Salary"
)

Expand Down Expand Up @@ -218,7 +218,7 @@ class PlannedPaymentsTest : IvyComposeTest() {
amount = "5,250.33",
category = "Bills & Fees",
startDate = timeNowUTC().withDayOfMonth(1),
intervalN = 28,
intervalN = 31,
intervalType = IntervalType.DAY,
title = "Salary"
)
Expand Down

0 comments on commit b5338b3

Please sign in to comment.