Skip to content
Snippets Groups Projects
Commit 3ed95146 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Disable proto unmarshal test

parent 904366a3
No related branches found
No related tags found
3 merge requests!510Release,!226WIP: Api2.0,!207WIP: Client Restructure
......@@ -6,21 +6,14 @@
package single
import (
"gitlab.com/elixxir/client/cmix/identity/receptionID"
"gitlab.com/elixxir/client/restlike"
"gitlab.com/elixxir/client/single"
"testing"
)
// // Test failure of proto unmarshal
// func TestSingleReceiver_Callback_FailUnmarshal(t *testing.T) {
// ep := restlike.NewEndpoints()
// r := receiver{endpoints: ep}
// Test failure of proto unmarshal
func TestSingleReceiver_Callback_FailUnmarshal(t *testing.T) {
ep := restlike.NewEndpoints()
r := receiver{endpoints: ep}
testReq := single.BuildTestRequest(make([]byte, 0), t)
r.Callback(testReq, receptionID.EphemeralIdentity{}, nil)
}
// testReq := single.BuildTestRequest(make([]byte, 0), t)
// r.Callback(testReq, receptionID.EphemeralIdentity{}, nil)
// }
// Test happy path
//func TestSingleReceiver_Callback(t *testing.T) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment