mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 20:30:41 +00:00
some rogue Console.WriteLine in tests
This commit is contained in:
@@ -386,8 +386,6 @@ namespace Octokit.Tests.Http
|
||||
|
||||
await connection.Put<string>(new Uri("endpoint", UriKind.Relative), body);
|
||||
|
||||
Console.WriteLine(expectedBody);
|
||||
|
||||
httpClient.Received(1).Send(Arg.Is<IRequest>(req =>
|
||||
req.BaseAddress == _exampleUri &&
|
||||
(string)req.Body == expectedBody &&
|
||||
|
||||
@@ -11,11 +11,6 @@ namespace Octokit.Tests.Http
|
||||
{
|
||||
public class TheConstructor
|
||||
{
|
||||
public void Foo()
|
||||
{
|
||||
Console.WriteLine(new DateTimeOffset(1970, 1, 1, 0, 0, 0, TimeSpan.Zero).Ticks);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void ParsesRateLimitsFromHeaders()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user