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

Commit

Permalink
AccountTab: Show/Hide Account Functionality Added - added missing pro…
Browse files Browse the repository at this point in the history
…perty in remaining tests
  • Loading branch information
shamim-emon committed Nov 4, 2024
1 parent 0c5caee commit 2b4f1b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class AccountRepositoryTest {
icon = null,
includeInBalance = true,
orderNum = 1.0,
isVisible = true
)
}

Expand Down Expand Up @@ -171,6 +172,7 @@ class AccountRepositoryTest {
icon = null,
includeInBalance = true,
orderNum = 1.0,
isVisible = true
),
Account(
id = account2Id,
Expand All @@ -180,6 +182,7 @@ class AccountRepositoryTest {
icon = null,
includeInBalance = true,
orderNum = 2.0,
isVisible = true
)
)
}
Expand Down Expand Up @@ -227,6 +230,7 @@ class AccountRepositoryTest {
icon = null,
includeInBalance = true,
orderNum = 1.0,
isVisible = true
)
)
}
Expand Down Expand Up @@ -268,6 +272,7 @@ class AccountRepositoryTest {
icon = null,
includeInBalance = true,
orderNum = 1.0,
isVisible = true
)

// when
Expand Down Expand Up @@ -306,6 +311,7 @@ class AccountRepositoryTest {
icon = null,
includeInBalance = true,
orderNum = 1.0,
isVisible = true
),
Account(
id = account2Id,
Expand All @@ -315,6 +321,7 @@ class AccountRepositoryTest {
icon = null,
includeInBalance = true,
orderNum = 2.0,
isVisible = true
)
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class AccountMapperTest {
icon = IconAsset.unsafe("icon"),
includeInBalance = includeInBalance,
orderNum = 3.14,
isVisible = true
)

// when
Expand Down Expand Up @@ -94,6 +95,7 @@ class AccountMapperTest {
icon = IconAsset.unsafe("icon"),
includeInBalance = includeInBalance,
orderNum = 42.0,
isVisible = true
)
}
}
Expand Down

0 comments on commit 2b4f1b8

Please sign in to comment.