Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani committed Dec 16, 2024
1 parent 6e6b770 commit 551ee45
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions test/sql/kafquack.test
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 551ee45

Please sign in to comment.