We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b012755 commit eede131Copy full SHA for eede131
events/kafka_test.go
@@ -23,7 +23,7 @@ func TestKafkaEventMarshaling(t *testing.T) {
23
// expected values for header
24
var headerValues [5]int8
25
headerValues[0] = 118
26
- headerValues[1] = -36
+ headerValues[1] = -36
27
headerValues[2] = 0
28
headerValues[3] = 127
29
headerValues[4] = -128
0 commit comments