Fix #82 by ensuring that the results list also filters out duplicates

This commit is contained in:
David Dworken
2023-05-16 17:12:52 -07:00
parent 0b13a9705d
commit c0e56eff0d
2 changed files with 7 additions and 4 deletions

View File

@ -1790,6 +1790,7 @@ func TestFish(t *testing.T) {
testutils.CompareGoldens(t, out, "TestFish-table")
}
// TODO(ddworken):Add better tests for filtering out entries
// TODO(ddworken): Run TestTui in online and offline mode
func TestTui(t *testing.T) {