We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MasWriter
1 parent b027a59 commit e99d9c9Copy full SHA for e99d9c9
crates/syn2mas/src/mas_writer/mod.rs
@@ -1053,7 +1053,8 @@ mod test {
1053
assert_db_snapshot!(&mut conn);
1054
}
1055
1056
- /// Tests writing a single user, with a unsupported third-party ID associated.
+ /// Tests writing a single user, with a unsupported third-party ID
1057
+ /// associated.
1058
#[sqlx::test(migrator = "mas_storage_pg::MIGRATOR")]
1059
async fn test_write_user_with_unsupported_threepid(pool: PgPool) {
1060
let mut conn = pool.acquire().await.unwrap();
0 commit comments