Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into feat/v…
Browse files Browse the repository at this point in the history
…ersion

# Conflicts:
#	src/lib.rs
#	src/stream/merge.rs
#	src/transaction.rs
  • Loading branch information
KKould committed Jul 16, 2024
2 parents 8478c48 + 590e793 commit e5bcae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ pub(crate) mod tests {
}
}

pub(crate) async fn get_test_record_batch<E: Executor>() -> RecordBatch {
let db: DB<Test, E> = DB::default();
pub(crate) async fn get_test_record_batch() -> RecordBatch {
let db = DB::empty();

db.write(
Test {
Expand Down

0 comments on commit e5bcae0

Please sign in to comment.