mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
fixed broken test - invalid name
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Octokit.Tests.Clients
|
||||
|
||||
client.GetAllTeams("orgName");
|
||||
|
||||
connection.Received().GetAll<TeamItem>(Arg.Is<Uri>(u => u.ToString() == "orgs/username/teams"));
|
||||
connection.Received().GetAll<TeamItem>(Arg.Is<Uri>(u => u.ToString() == "orgs/orgName/teams"));
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user