add TODO in test for Remove

adding a TODO to help remind myself to fix this later: the Remove
function seems to have an unnecessary argument called “ip” which is
never used.

To be fair, I guess I could’ve just wrote a test for this and changed
it later.
This commit is contained in:
Kent Gruber 2018-05-01 15:01:58 -04:00
commit effbf951b5

View file

@ -130,3 +130,7 @@ func TestWasMissed(t *testing.T) {
t.Fatalf("expected '%v', got '%v'", exp, got)
}
}
// TODO Add TestRemove after removing unnecessary ip argument
// func TestRemove(t *testing.T) {
// }