Add buffer integration test
Rearrange channel crate structure Get channel buffer from database co-authored-by: Max <max@zed.dev>
This commit is contained in:
parent
ff5035ea37
commit
a7a4e2e369
33 changed files with 403 additions and 39 deletions
|
@ -1,7 +1,8 @@
|
|||
#[cfg(test)]
|
||||
mod db_tests;
|
||||
pub mod tests;
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod test_db;
|
||||
pub use tests::TestDb;
|
||||
|
||||
mod ids;
|
||||
mod queries;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue