Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp committed Jul 23, 2021
1 parent 0001af2 commit 9811035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion columnq/src/table/json.rs
Expand Up @@ -177,7 +177,7 @@ mod tests {
async fn nested_struct_and_lists() -> Result<(), ColumnQError> {
let t = to_mem_table(&TableSource::new(
"spacex_launches".to_string(),
test_data_path("spacex-launches.json"),
test_data_path("spacex_launches.json"),
))
.await?;

Expand Down

0 comments on commit 9811035

Please sign in to comment.