mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 18:35:35 +00:00
changed C# -> CSharp
tests refined removed unsed usings
This commit is contained in:
@@ -967,7 +967,7 @@ namespace Octokit.Tests.Clients
|
||||
|
||||
connection.Received().Get<SearchIssuesResult>(
|
||||
Arg.Is<Uri>(u => u.ToString() == "search/issues"),
|
||||
Arg.Is<Dictionary<string, string>>(d => d["q"] == "something+language:C#"));
|
||||
Arg.Is<Dictionary<string, string>>(d => d["q"] == "something+language:CSharp"));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
@@ -1446,7 +1446,7 @@ namespace Octokit.Tests.Clients
|
||||
|
||||
connection.Received().Get<SearchCodeResult>(
|
||||
Arg.Is<Uri>(u => u.ToString() == "search/code"),
|
||||
Arg.Is<Dictionary<string, string>>(d => d["q"] == "something+language:C#"));
|
||||
Arg.Is<Dictionary<string, string>>(d => d["q"] == "something+language:CSharp"));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user