Fixed test file

This commit is contained in:
Mary Tran 2018-12-02 11:22:19 -05:00
parent 9b19c2e820
commit e0564d3e2b

View file

@ -564,7 +564,7 @@ public class DBIntegrationTest {
@Test
public void printUsersTable(){
dbHelper.printTable("user");
dbHelper.printTable("userInfo");
}
// Ever gotten tired of adding things at the start of a test just to delete it all again?