Skip to content

Commit

Permalink
Merge pull request nus-cs2103-AY1819S1#19 from leongshengmin/jsonUser…
Browse files Browse the repository at this point in the history
…PrefsTest

Json user prefs test
  • Loading branch information
leongshengmin authored Oct 18, 2018
2 parents 9bec364 + 85e3b5c commit 2f93038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/UserPrefs.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class UserPrefs {

private GuiSettings guiSettings;
private Path wishTransactionFilePath = Paths.get("data", "wishtransaction.xml");
private Path wishBookFilePath = Paths.get("wishbook.xml");
private Path wishBookFilePath = Paths.get("data", "wishbook.xml");

public UserPrefs() {
setGuiSettings(500, 500, 0, 0);
Expand Down

0 comments on commit 2f93038

Please sign in to comment.