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.
1 parent 4c3d2ba commit 61ee8daCopy full SHA for 61ee8da
crates/storage-pg/src/user/registration.rs
@@ -902,7 +902,7 @@ mod tests {
902
}
903
904
#[sqlx::test(migrator = "crate::MIGRATOR")]
905
- async fn test_set_upstream_oauth_link(pool: PgPool) {
+ async fn test_set_upstream_oauth_session(pool: PgPool) {
906
let mut rng = ChaChaRng::seed_from_u64(42);
907
let clock = MockClock::default();
908
0 commit comments