use IReadOnlyList as return type

This commit is contained in:
lbargaoanu
2014-01-20 10:48:06 +02:00
parent 7af19ab319
commit 1d6729f6c6
4 changed files with 4 additions and 5 deletions
@@ -115,7 +115,6 @@ public class UsersClientTests
Assert.NotEmpty(emails);
var email = emails.First();
Assert.True(email.Primary);
Assert.False(email.Verified);
}
}
}