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

Make the test compile even if it will likely still fail

parent 5df13505
No related branches found
No related tags found
2 merge requests!60Revert "Fail a test to be sure it works",!8Updates to match the client fullyDecentrilizedChannels branch
...@@ -37,7 +37,8 @@ func TestWasmModel_UpdateSentStatus(t *testing.T) { ...@@ -37,7 +37,8 @@ func TestWasmModel_UpdateSentStatus(t *testing.T) {
// Store a test message // Store a test message
testMsg := buildMessage([]byte(testString), testMsgId.Bytes(), testMsg := buildMessage([]byte(testString), testMsgId.Bytes(),
nil, testString, testString, time.Now(), time.Second, channels.Sent) nil, testString, testString, nil, time.Now(),
time.Second, channels.Sent)
err = eventModel.receiveHelper(testMsg) err = eventModel.receiveHelper(testMsg)
if err != nil { if err != nil {
t.Fatalf("%+v", err) t.Fatalf("%+v", err)
......
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