Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vrongmeal committed Jan 11, 2024
1 parent b8c793d commit 352a92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/test_bson.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_read_bson(
f"create external table bson_beatles from bson options ( location='{data_path}', file_type='bson')"
)

for from_clause in ["bson_beatles", f"read_bson('{data_path}')", f"{data_path}"]:
for from_clause in ["bson_beatles", f"read_bson('{data_path}')", f"'{data_path}'"]:
with glaredb_connection.cursor() as curr:
curr.execute(f"select count(*) from {from_clause}")
r = curr.fetchone()
Expand Down

0 comments on commit 352a92d

Please sign in to comment.