mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 18:57:17 -07:00
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:
parent
d94532c473
commit
effbf951b5
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
||||
// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue