oneRain 2020-05-06 14:14:07 +08:00
parent 385a261388
commit 8a6aff4199
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ namespace Storage.Test {
public async Task LoginAnonymous() {
LCUser user = await LCUser.LoginAnonymously();
Assert.NotNull(user.ObjectId);
Assert.IsTrue(user.IsAnonymous);
}
[Test]