From 829c5a7ebd83c19bcda7baa5f75ae7ad57046854 Mon Sep 17 00:00:00 2001 From: Daniel Aloni Date: Tue, 4 Apr 2023 11:55:32 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Tests=20adjustment=20to=20origin=5F?= =?UTF-8?q?server=5Fts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- syncapi/types/multiroom_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncapi/types/multiroom_test.go b/syncapi/types/multiroom_test.go index 53f637dd8..d2a49d480 100644 --- a/syncapi/types/multiroom_test.go +++ b/syncapi/types/multiroom_test.go @@ -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}}}`)) }