Polishing workspace data structures

Co-authored-by: kay@zed.dev
This commit is contained in:
Mikayla Maki 2022-11-18 16:56:17 -08:00
parent 6530658c3e
commit a0cb6542ba
7 changed files with 287 additions and 126 deletions

View file

@ -58,7 +58,7 @@ impl Connection {
mod test {
use indoc::indoc;
use crate::connection::Connection;
use crate::{connection::Connection, thread_safe_connection::ThreadSafeConnection};
#[test]
fn test_migrations_are_added_to_table() {