Skip to content

Commit

Permalink
Fix incorrect merge
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed May 10, 2024
1 parent ccb60be commit 778ea66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go/vt/vttablet/tabletserver/vstreamer/helper_event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ const (
// This is the expected length of the only SET column using a binary collation
// in the test schema.
lengthSetBinary = 428
lengthSet = 56
lengthJSON = 4294967295
lengthJSON = 4294967295
)

var (
Expand Down

0 comments on commit 778ea66

Please sign in to comment.