mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 06:53:09 -06:00
✅ Tests adjustment to origin_server_ts
This commit is contained in:
parent
129fc42c0b
commit
829c5a7ebd
|
|
@ -17,5 +17,5 @@ func TestMarshallMultiRoom(t *testing.T) {
|
|||
OriginServerTs: 123,
|
||||
}}})
|
||||
is.NoErr(err)
|
||||
is.Equal(m, []byte(`{"@3:example.com":{"location":{"content":{"foo":"bar"},"timestamp":123}}}`))
|
||||
is.Equal(m, []byte(`{"@3:example.com":{"location":{"content":{"foo":"bar"},"origin_server_ts":123}}}`))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue