diff --git a/GoTrue/src/commonTest/kotlin/AuthTest.kt b/GoTrue/src/commonTest/kotlin/AuthTest.kt index 246300e3..09415de3 100644 --- a/GoTrue/src/commonTest/kotlin/AuthTest.kt +++ b/GoTrue/src/commonTest/kotlin/AuthTest.kt @@ -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()) } }