Add a test for displaying a table

This commit is contained in:
David Dworken
2022-04-16 01:09:25 -07:00
parent a9af51f5b2
commit 62a83b76b1
2 changed files with 25 additions and 2 deletions

View File

@ -151,5 +151,3 @@ func TestAddToDbIfNew(t *testing.T) {
t.Fatalf("entries has an incorrect length: %d", len(entries))
}
}
// TODO: Some day find a way of testing the table display