Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
illumination-k committed Nov 10, 2021
1 parent acfa396 commit 83b8db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/it/io/ipc/read/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ fn test_projection(version: &str, file_name: &str, column: usize) -> Result<()>
fn read_projected() -> Result<()> {
test_projection("1.0.0-littleendian", "generated_primitive", 1)?;
test_projection("1.0.0-littleendian", "generated_dictionary", 2)?;
test_projection("1.0.0-littleendian", "generated_nested", 1)
test_projection("1.0.0-littleendian", "generated_nested", 0)
}

0 comments on commit 83b8db0

Please sign in to comment.