diff --git a/indexedDb/implementation_test.go b/indexedDb/implementation_test.go index a4d5d0bd72b7cdb441dfbad87cfdf7d95ce4215d..f29e645a2db07e06598e157548e63a71e617195d 100644 --- a/indexedDb/implementation_test.go +++ b/indexedDb/implementation_test.go @@ -37,7 +37,8 @@ func TestWasmModel_UpdateSentStatus(t *testing.T) { // Store a test message 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) if err != nil { t.Fatalf("%+v", err)