Skip to content

Commit 61ee8da

Browse files
committed
Fix test name
1 parent 4c3d2ba commit 61ee8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/storage-pg/src/user/registration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ mod tests {
902902
}
903903

904904
#[sqlx::test(migrator = "crate::MIGRATOR")]
905-
async fn test_set_upstream_oauth_link(pool: PgPool) {
905+
async fn test_set_upstream_oauth_session(pool: PgPool) {
906906
let mut rng = ChaChaRng::seed_from_u64(42);
907907
let clock = MockClock::default();
908908

0 commit comments

Comments
 (0)