From 4ad1a2963f3ec6af6dffe19c09c7a00fef3ce53d Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Fri, 19 Aug 2022 15:12:17 +0200 Subject: [PATCH] Linter --- syncapi/syncapi_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncapi/syncapi_test.go b/syncapi/syncapi_test.go index 760aff312..76d51c86b 100644 --- a/syncapi/syncapi_test.go +++ b/syncapi/syncapi_test.go @@ -190,12 +190,12 @@ func testSyncAccessTokens(t *testing.T, dbType test.DBType) { // been sent to the syncapi func TestSyncAPICreateRoomSyncEarly(t *testing.T) { test.WithAllDatabases(t, func(t *testing.T, dbType test.DBType) { - t.SkipNow() // Temporary? testSyncAPICreateRoomSyncEarly(t, dbType) }) } func testSyncAPICreateRoomSyncEarly(t *testing.T, dbType test.DBType) { + t.SkipNow() // Temporary? user := test.NewUser(t) room := test.NewRoom(t, user) alice := userapi.Device{