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

Code cleanup

parent ceb2ca4a
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,6 @@ func TestInvalidRegistrationCommands(t *testing.T) {
"REGISTER EMAIL garbage this is a garbage",
"REGISTER EMAIL rick@elixxir 8oKh7TYG4KxQcBAymoXPBHSD/uga9pX3Mn/jKh" +
"vcD8M=",
}
msg := NewMessage(msgs[0], cmixproto.Type_UDB_PUSH_KEY)
......@@ -183,8 +182,6 @@ func TestRegister_InvalidGetKeyArgument(t *testing.T) {
pubKeyBits := "S8KXBczy0jins9uS4LgBPt0bkFl8t00MnZmExQ6GcOcu8O7DKgAsNzLU7a" +
"+gMTbIsS995IL/kuFF8wcBaQJBY23095PMSQ/nMuetzhk9HdXxrGIiKBo3C/n4SClpq4H+PoF9XziEVKua8JxGM2o83KiCK3tNUpaZbAAElkjueY7wuD96h4oaA+WV5Nh87cnIZ+fAG0uLve2LSHZ0FBZb3glOpNAOv7PFWkvN2BO37ztOQCXTJe72Y5ReoYn7nWVNxGUh0ilal+BRuJt1GZ7whOGDRE0IXfURIoK2yjyAnyZJWWMhfGsL5S6iL4aXUs03mc8BHKRq3HRjvTE10l3YFA=="
fingerprint := "8oKh7TYG4KxQcBAymoXPBHSD/uga9pX3Mn/jKhvcD8M="
msgs := []string{
"myKeyId " + pubKeyBits,
......
......@@ -26,7 +26,6 @@ func TestSearchHappyPath(t *testing.T) {
sl.Hear(msg, false)
}
func TestSearch_InvalidArgs(t *testing.T) {
// Load a user
TestRegisterHappyPath(t)
......@@ -45,7 +44,6 @@ func TestSearch_InvalidArgs(t *testing.T) {
msg = NewMessage(msgs[1], cmixproto.Type_UDB_SEARCH)
sl.Hear(msg, false)
}
// Test invalid search type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment