Remove TODO on MIGRATOR

This commit is contained in:
Olivier 'reivilibre
2025-02-02 17:59:37 +00:00
parent 0ee9a68e22
commit 19d87e896d
-1
View File
@@ -505,7 +505,6 @@ mod test {
},
};
// TODO test me
static MIGRATOR: Migrator = sqlx::migrate!("./test_synapse_migrations");
#[sqlx::test(migrator = "MIGRATOR", fixtures("user_alice"))]