Skip to content

Commit

Permalink
fix a test that was left in failing state by mistake
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Ulmasov <ulmasov@hotmail.com>
  • Loading branch information
r3stl355 committed Jan 28, 2024
1 parent 6a0fe06 commit 304e4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/deltalake-core/src/operations/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,7 @@ mod tests {

// Verify that table state hasn't changed
let table = DeltaTable::new_with_state(table_logstore, table_state);
assert_eq!(table.get_latest_version().await.unwrap(), 1);
assert_eq!(table.get_latest_version().await.unwrap(), 0);
}

#[tokio::test]
Expand Down

0 comments on commit 304e4e1

Please sign in to comment.