mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
aaaand format the code
This commit is contained in:
@@ -80,14 +80,14 @@ namespace Octokit.Tests
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
public class TheDeserializeMethod
|
||||
{
|
||||
[Fact]
|
||||
public void DeserializesEventInfosWithUnderscoresInName()
|
||||
{
|
||||
const string json = "{\"event\":\"head_ref_deleted\"}";
|
||||
new SimpleJsonSerializer().Deserialize<EventInfo>(json);
|
||||
new SimpleJsonSerializer().Deserialize<EventInfo>(json);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user