Unix Timestamp helper

This commit is contained in:
Amy Palamountain
2014-02-16 15:14:13 +13:00
parent 71029212b9
commit 8469a50c11
13 changed files with 39 additions and 18 deletions

View File

@@ -90,7 +90,7 @@ namespace Octokit.Tests.Clients
statisticsClient.GetCodeFrequency("username", "repositoryName");
client.Received().GetQueuedOperation<IEnumerable<int[]>>(expectedEndPoint, Args.CancellationToken);
client.Received().GetQueuedOperation<IEnumerable<long[]>>(expectedEndPoint, Args.CancellationToken);
}
[Fact]