mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 12:03:19 +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 &&
|
||||
|
||||
Reference in New Issue
Block a user