Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit c30c665

Browse files
author
Evgenii Kanivets
committed
#142. Fix AccountRepoTest.contentValues.
1 parent e5ffceb commit c30c665

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/androidTest/java/com/blogspot/e_kanivets/moneytracker/repo/data/AccountRepoTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ public void testContentValues() throws Exception {
4747
expected.put(DbHelper.CUR_SUM_COLUMN, 100L);
4848
expected.put(DbHelper.CURRENCY_COLUMN, "NON");
4949
expected.put(DbHelper.DECIMALS_COLUMN, 30L);
50+
expected.put(DbHelper.GOAL_COLUMN, 0.0);
51+
expected.put(DbHelper.ARCHIVED_COLUMN, false);
52+
expected.put(DbHelper.COLOR_COLUMN, 0);
5053

5154
ContentValues actual = repo.contentValues(account);
5255

0 commit comments

Comments
 (0)