Fixed test file

This commit is contained in:
Mary Tran 2018-12-02 11:22:19 -05:00
parent b531cddc2b
commit ed589c4e95

View file

@ -564,7 +564,7 @@ public class DBIntegrationTest {
@Test @Test
public void printUsersTable(){ 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? // Ever gotten tired of adding things at the start of a test just to delete it all again?