Skip to content

Commit

Permalink
Update test/xproto/proto_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yury Frolov <[email protected]>
  • Loading branch information
reshke and EinKrebs authored Apr 3, 2024
1 parent 48e78d5 commit df3c8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/xproto/proto_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ func TestPrepStmtAdvadsedParsing(t *testing.T) {
&pgproto3.BindComplete{},
&pgproto3.DataRow{
Values: [][]byte{
{'1', '1'},
[]byte("11"),
},
},

Expand Down

0 comments on commit df3c8e7

Please sign in to comment.