mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 10:55:53 +00:00
remove accidental change
This commit is contained in:
committed by
Brendan Forster
parent
fb85a7a4bf
commit
8efec60901
@@ -99,7 +99,6 @@ namespace Octokit.Tests.Clients
|
||||
|
||||
var user = new SimpleJsonSerializer().Deserialize<User>(json);
|
||||
|
||||
Assert.Null(user);
|
||||
Assert.Equal(0, user.Id);
|
||||
Assert.Null(user.Type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user