Skip to content
Snippets Groups Projects
Commit b0d96700 authored by Josh Brooks's avatar Josh Brooks
Browse files

Fix broken invalid args test

parent 9eb11577
Branches
Tags
No related merge requests found
......@@ -35,14 +35,12 @@ func TestSearch_InvalidArgs(t *testing.T) {
// so.. low priority.
msgs := []string{
"EMAIL rick@elixxir.io",
"notEMAIL rick@elixxir.io",
}
msg := NewMessage(msgs[0], cmixproto.Type_UDB_SEARCH)
sl.Hear(msg, false)
msg = NewMessage(msgs[1], cmixproto.Type_UDB_SEARCH)
sl.Hear(msg, false)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment