aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2023-03-15 08:21:00 +0100
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2023-03-15 08:21:00 +0100
commit2c58bab6a8727f56920b6c8b4d035bfcf9929744 (patch)
tree3b99d74d31ab3f95354e052d0f28ac2c5fd3c050 /internal
parent74dc54684b03b7b0c72cfa7352c2afce37e59b14 (diff)
Fix UTs on x86
Diffstat (limited to 'internal')
-rw-r--r--internal/transactionrequest_test.go17
1 files changed, 9 insertions, 8 deletions
diff --git a/internal/transactionrequest_test.go b/internal/transactionrequest_test.go
index 8597ae24..c152eb28 100644
--- a/internal/transactionrequest_test.go
+++ b/internal/transactionrequest_test.go
@@ -22,6 +22,12 @@ import (
"testing"
"time"
+ "github.com/matrix-org/gomatrixserverlib"
+ "github.com/nats-io/nats.go"
+ "github.com/stretchr/testify/assert"
+ "go.uber.org/atomic"
+ "gotest.tools/v3/poll"
+
"github.com/matrix-org/dendrite/federationapi/producers"
rsAPI "github.com/matrix-org/dendrite/roomserver/api"
"github.com/matrix-org/dendrite/setup/config"
@@ -30,11 +36,6 @@ import (
"github.com/matrix-org/dendrite/syncapi/types"
"github.com/matrix-org/dendrite/test"
keyAPI "github.com/matrix-org/dendrite/userapi/api"
- "github.com/matrix-org/gomatrixserverlib"
- "github.com/nats-io/nats.go"
- "github.com/stretchr/testify/assert"
- "go.uber.org/atomic"
- "gotest.tools/v3/poll"
)
const (
@@ -427,7 +428,7 @@ func TestProcessTransactionRequestEDUReceipt(t *testing.T) {
roomID: map[string]interface{}{
"m.read": map[string]interface{}{
"@john:kaer.morhen": map[string]interface{}{
- "data": map[string]interface{}{
+ "data": map[string]int64{
"ts": 1533358089009,
},
"event_ids": []string{
@@ -446,7 +447,7 @@ func TestProcessTransactionRequestEDUReceipt(t *testing.T) {
roomID: map[string]interface{}{
"m.read": map[string]interface{}{
"johnkaer.morhen": map[string]interface{}{
- "data": map[string]interface{}{
+ "data": map[string]int64{
"ts": 1533358089009,
},
"event_ids": []string{
@@ -463,7 +464,7 @@ func TestProcessTransactionRequestEDUReceipt(t *testing.T) {
roomID: map[string]interface{}{
"m.read": map[string]interface{}{
"@john:bad.domain": map[string]interface{}{
- "data": map[string]interface{}{
+ "data": map[string]int64{
"ts": 1533358089009,
},
"event_ids": []string{