Skip to content

Commit e99d9c9

Browse files
committed
fixup! Add MasWriter test for e-mail and unsupported threepids
1 parent b027a59 commit e99d9c9

File tree

1 file changed

+2
-1
lines changed
  • crates/syn2mas/src/mas_writer

1 file changed

+2
-1
lines changed

crates/syn2mas/src/mas_writer/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,8 @@ mod test {
10531053
assert_db_snapshot!(&mut conn);
10541054
}
10551055

1056-
/// Tests writing a single user, with a unsupported third-party ID associated.
1056+
/// Tests writing a single user, with a unsupported third-party ID
1057+
/// associated.
10571058
#[sqlx::test(migrator = "mas_storage_pg::MIGRATOR")]
10581059
async fn test_write_user_with_unsupported_threepid(pool: PgPool) {
10591060
let mut conn = pool.acquire().await.unwrap();

0 commit comments

Comments
 (0)