mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
Unix Timestamp helper
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user