Skip to content

Commit f1f211a

Browse files
committed
fix
1 parent 2431a94 commit f1f211a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/TlsNegotiationTest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ TEST(TlsNegotiationTest, testTls13) {
170170

171171
Client client(serviceUrl, config);
172172

173-
client.createProducerAsync("topic", [](Result, Producer) {});
173+
client.createProducerAsync("topic", [](auto, const auto&) {});
174174

175175
ASSERT_TRUE(handshakeFuture.get());
176176

0 commit comments

Comments
 (0)