Skip to content

Commit

Permalink
Updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtenwolde committed Jun 29, 2023
1 parent 3cfad45 commit 32ea733
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
20 changes: 0 additions & 20 deletions test/nodejs/sqlpgq_test.js

This file was deleted.

6 changes: 3 additions & 3 deletions test/python/duckpgq_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import duckdb

def test_duckpgq():
conn = duckdb.connect('');
conn.execute("SELECT duckpgq('Sam') as value;");
conn = duckdb.connect('')
conn.execute("SELECT duckpgq('Sam') as value;")
res = conn.fetchall()
assert(res[0][0] == "Duckpgq Sam 🐥");
assert(res[0][0] == "Duckpgq Sam 🐥")
7 changes: 0 additions & 7 deletions test/python/sqlpgq_test.py

This file was deleted.

0 comments on commit 32ea733

Please sign in to comment.