Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Jun 16, 2024
1 parent be41d56 commit 85f6527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GoTrue/src/commonTest/kotlin/AuthTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ class AuthTest {
assertEquals(session, client.auth.currentSessionOrNull())
assertEquals(expectedUser, client.auth.currentUserOrNull())
assertEquals(expectedIdentities, client.auth.currentIdentitiesOrNull())
client.auth.clearSession()
assertNull(client.auth.currentSessionOrNull())
}
}
Expand Down

0 comments on commit 85f6527

Please sign in to comment.