Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
#38[30m]. Fix tests.
  • Loading branch information
Evgenii Kanivets committed Mar 29, 2016
commit a9275eb565fcdaa40a12b5f37dfaca8f33640f8c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void testContentValues() throws Exception {
expected.put(DbHelper.TYPE_COLUMN, Record.TYPE_EXPENSE);
expected.put(DbHelper.TITLE_COLUMN, "title");
expected.put(DbHelper.CATEGORY_ID_COLUMN, 1L);
expected.put(DbHelper.PRICE_COLUMN, 100);
expected.put(DbHelper.PRICE_COLUMN, 100.0);
expected.put(DbHelper.ACCOUNT_ID_COLUMN, 1L);
expected.put(DbHelper.CURRENCY_COLUMN, "NON");

Expand Down