Skip to content

Commit eb7340c

Browse files
authoredNov 17, 2024··
Update webxtension.test
1 parent f3c02d5 commit eb7340c

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed
 

‎test/sql/webxtension.test

-14
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,3 @@ statement error
77
SELECT webxtension('Sam');
88
----
99
Catalog Error: Scalar Function with name webxtension does not exist!
10-
11-
# Require statement will ensure this test is run with this extension loaded
12-
require webxtension
13-
14-
# Confirm the extension works
15-
query I
16-
SELECT webxtension('Sam');
17-
----
18-
Webxtension Sam 🐥
19-
20-
query I
21-
SELECT webxtension_openssl_version('Michael') ILIKE 'Webxtension Michael, my linked OpenSSL version is OpenSSL%';
22-
----
23-
true

0 commit comments

Comments
 (0)
Please sign in to comment.