This commit is contained in:
Qingping Hou 2021-07-22 23:28:59 -07:00 committed by QP Hou
parent 0001af26c2
commit 98110356d1

View File

@ -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?;