From 551ee456068bcbd4d4d337f0a729bfc9373c9b52 Mon Sep 17 00:00:00 2001 From: lmangani Date: Mon, 16 Dec 2024 03:10:42 +0000 Subject: [PATCH] fix test --- test/sql/kafquack.test | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/test/sql/kafquack.test b/test/sql/kafquack.test index 53c67dc..bfe319e 100644 --- a/test/sql/kafquack.test +++ b/test/sql/kafquack.test @@ -12,12 +12,8 @@ Catalog Error: Scalar Function with name kafquack does not exist! require kafquack # Confirm the extension works -query I -SELECT kafquack('Sam'); +statement error +SELECT * FROM kafka_consumer('test'); ---- -Kafquack Sam 🐥 +Binder Error: No function matches the given name and argument types 'kafka_consumer(VARCHAR)'. You might need to add explicit type casts. -query I -SELECT kafquack_openssl_version('Michael') ILIKE 'Kafquack Michael, my linked OpenSSL version is OpenSSL%'; ----- -true