mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Assert that days get deserialized correctly.
This commit is contained in:
@@ -48,6 +48,7 @@ namespace Octokit.Tests.Integration.Clients
|
||||
|
||||
var thisWeek = commitActivities.Last();
|
||||
Assert.True(thisWeek.Total == 1);
|
||||
Assert.NotNull(thisWeek.Days);
|
||||
}
|
||||
|
||||
[IntegrationTest]
|
||||
|
||||
Reference in New Issue
Block a user