Merge pull request #1075 from zed-industries/integration-test-cleanup

Integration test cleanup
This commit is contained in:
Max Brunsfeld 2022-05-27 17:45:56 -07:00 committed by GitHub
commit 733cf4c271
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5245 additions and 5811 deletions

File diff suppressed because it is too large Load diff

View file

@ -4,6 +4,9 @@ mod db;
mod env;
mod rpc;
#[cfg(test)]
mod integration_tests;
use axum::{body::Body, Router};
use collab::{Error, Result};
use db::{Db, PostgresDb};

File diff suppressed because it is too large Load diff