Assert that days get deserialized correctly.

This commit is contained in:
Amy Palamountain
2014-02-02 14:06:57 +13:00
parent 79e79164dc
commit dd7149c3e0

View File

@@ -48,6 +48,7 @@ namespace Octokit.Tests.Integration.Clients
var thisWeek = commitActivities.Last();
Assert.True(thisWeek.Total == 1);
Assert.NotNull(thisWeek.Days);
}
[IntegrationTest]