Skip to content

Commit

Permalink
don't write same write for 2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nevi-me committed Mar 6, 2021
1 parent a01974e commit 8a4a984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/parquet/src/file/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ mod tests {

#[test]
fn test_file_writer_v2_with_metadata() {
let file = get_temp_file("test_file_writer_write_with_metadata", &[]);
let file = get_temp_file("test_file_writer_v2_write_with_metadata", &[]);
let field_logical_type = Some(LogicalType::INTEGER(IntType {
bit_width: 8,
is_signed: false,
Expand Down

0 comments on commit 8a4a984

Please sign in to comment.