From ce09d7c498cd8316bb85899ed266262810a547f0 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 1 Oct 2019 11:24:59 +0100 Subject: [PATCH] lint --- syncapi/storage/output_room_events_table_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncapi/storage/output_room_events_table_test.go b/syncapi/storage/output_room_events_table_test.go index 03abfd4a0..2d0a22e1d 100644 --- a/syncapi/storage/output_room_events_table_test.go +++ b/syncapi/storage/output_room_events_table_test.go @@ -112,7 +112,7 @@ func insertTestEvent(t *testing.T, db *SyncServerDatasource) { var addState, removeState []string transactionID := api.TransactionID{ - SessionID: 0x11223344, + SessionID: 0x11223344, TransactionID: "test-transaction-id", }