Skip to content
Snippets Groups Projects
Commit e0d18b34 authored by Spencer Brown's avatar Spencer Brown
Browse files

Fix another test to cover searching's happy path

parent 1e5ca543
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ func TestSearchHappyPath(t *testing.T) {
// TODO: Monkeypatch send so we can verify? -- this is tested in integration,
// so.. low priority.
msgs := []string{
"SEARCH EMAIL rick@elixxir.io",
"EMAIL rick@elixxir.io",
}
msg := NewMessage(msgs[0], cmixproto.Type_UDB_SEARCH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment