mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
aaaand format the code
This commit is contained in:
@@ -270,7 +270,7 @@ namespace Octokit.Tests.Clients
|
||||
|
||||
connection.Received()
|
||||
.GetAll<Repository>(Arg.Is<Uri>(u => u.ToString() == "/repositories"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -331,7 +331,7 @@ namespace Octokit.Tests.Clients
|
||||
connection.Received()
|
||||
.GetAll<Repository>(
|
||||
Arg.Is<Uri>(u => u.ToString() == "user/repos"),
|
||||
Arg.Is<Dictionary<string,string>>(d => d["type"] == "all"));
|
||||
Arg.Is<Dictionary<string, string>>(d => d["type"] == "all"));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user