Skip to content

Commit

Permalink
style: ktfmt of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahbadr17 committed May 28, 2024
1 parent 3c9ce6c commit 18d7fa8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ class BalanceDetailedScreenTest :
Status.Pending,
null,
"userId"),
Receipt("00000000-0000-0000-0000-000000000000",
Receipt(
"00000000-0000-0000-0000-000000000000",
"r2",
"a bad receipt",
LocalDate.of(2023, 3, 11),
28,
Status.Approved,
null,
"userId")
)
"userId"))

val mockBalanceAPI: BalanceAPI =
mockk<BalanceAPI>() {
Expand Down

0 comments on commit 18d7fa8

Please sign in to comment.