test
parent
385a261388
commit
8a6aff4199
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue