Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Nov 20, 2024
1 parent e3633b0 commit 9accafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions replication/event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9accafb

Please sign in to comment.