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

Fix tests

parent cfb13bd6
No related branches found
No related tags found
2 merge requests!68Release,!66Fix tests
......@@ -110,7 +110,7 @@ func (m *mockCmix) DeleteClientFingerprints(identity *id.ID) {
delete(m.handler.fingerprints, *identity)
}
func (m *mockCmix) AddIdentity(id *id.ID, validUntil time.Time, persistent bool) {
func (m *mockCmix) AddIdentity(id *id.ID, validUntil time.Time, persistent bool, fallthroughProcessor cMixMsg.Processor) {
return
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment