Skip to content

Commit

Permalink
fix: reader version in concurrent writer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
roeap committed Nov 10, 2023
1 parent 25f951a commit a8f91b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async fn prepare_table(

assert_eq!(0, table.version());
assert_eq!(1, table.get_min_reader_version());
assert_eq!(1, table.get_min_writer_version());
assert_eq!(2, table.get_min_writer_version());
assert_eq!(0, table.get_files().len());

Ok((table, table_uri))
Expand Down

0 comments on commit a8f91b6

Please sign in to comment.