Skip to content

Commit

Permalink
delete databasehelpertest todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferjinyoungyang committed Aug 14, 2023
1 parent fc145d2 commit 1471042
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,8 @@ public void tearDown() {
dbHelper.close();
}

// TODO: addAccount is indirectly tested in the Read methods. addAccount to be fully tested once there is
// DatabaseHelper method which reads the remaining columns of accounts table other than what ReadProfile method
// reads and returns

@Test
public void testAddAccount() {
//TODO: get readAccount to check if the value inserted is right
SignUpDsRequestModel accountCredentials = new SignUpDsRequestModel("april", "april@someemail.com",
"aprilpassword");
String createdUserId = dbHelper.addAccount(accountCredentials);
Expand Down

0 comments on commit 1471042

Please sign in to comment.