Added admin first, and fixed getAllUsers

This commit is contained in:
Mary Tran 2018-10-21 21:27:35 -04:00
parent 3288d51cf7
commit f12d7aa693
2 changed files with 1 additions and 1 deletions

View file

@ -235,5 +235,4 @@ public class DBHelper extends SQLiteOpenHelper {
cursor.close();
return listOfUsers;
}
}

View file

@ -123,5 +123,6 @@ public class DBIntegrationTest {
dbHelper.deleteUser("jbO4aBF4dC");
}
}