test
parent
385a261388
commit
8a6aff4199
|
@ -79,6 +79,7 @@ namespace Storage.Test {
|
||||||
public async Task LoginAnonymous() {
|
public async Task LoginAnonymous() {
|
||||||
LCUser user = await LCUser.LoginAnonymously();
|
LCUser user = await LCUser.LoginAnonymously();
|
||||||
Assert.NotNull(user.ObjectId);
|
Assert.NotNull(user.ObjectId);
|
||||||
|
Assert.IsTrue(user.IsAnonymous);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|
Loading…
Reference in New Issue