Skip to content

Commit 187208f

Browse files
committed
Fix more tests
1 parent f3762c6 commit 187208f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tcp_sender_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ func TestTcpPathologicalCasesFromEnv(t *testing.T) {
143143
},
144144
{
145145
name: "protocol_version",
146-
config: "tcp::protocol_version=3;",
147-
expectedErr: "current client only supports protocol version 1 (text format for all datatypes), 2 (binary format for part datatypes) or explicitly unset",
146+
config: "tcp::protocol_version=4;",
147+
expectedErr: "current client only supports protocol version 1 (text format for all datatypes), 2 (binary format for part datatypes), 3 (decimals) or explicitly unset",
148148
},
149149
}
150150

0 commit comments

Comments
 (0)