Rebased to main

This commit is contained in:
Mikayla Maki 2022-11-18 17:06:33 -08:00
parent a0cb6542ba
commit 992b94eef3
8 changed files with 10 additions and 14 deletions

View file

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