Skip to content

Commit dbca85a

Browse files
committed
try installing the spatial module during the test
1 parent 4737f0a commit dbca85a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/execute/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,6 +2982,7 @@ mod tests {
29822982
#[test]
29832983
fn test_spatial_world_minimal() {
29842984
let reader = DuckDBReader::from_connection_string("duckdb://memory").unwrap();
2985+
reader.execute_sql("INSTALL spatial").unwrap();
29852986

29862987
let query = r#"
29872988
VISUALISE FROM ggsql:world

0 commit comments

Comments
 (0)