From 9accafb7e6a202124afab7bbcd66b73dfceb0fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Wed, 20 Nov 2024 11:23:24 +0100 Subject: [PATCH] Add comment --- replication/event_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/replication/event_test.go b/replication/event_test.go index 3b444ea07..83fedaa5f 100644 --- a/replication/event_test.go +++ b/replication/event_test.go @@ -142,6 +142,7 @@ func TestIntVarEvent(t *testing.T) { } func TestPreviousGTIDEvent(t *testing.T) { + // uuidCount == 1 data := []byte{1, 0, 0, 0, 0, 0, 0, 1} ev := PreviousGTIDsEvent{} err := ev.Decode(data)