mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
autofix tests based on feedback from xunit analyzers (#1997)
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Octokit.Tests.Integration
|
||||
var issue = await client.Issue.Create(owner, oldRepoName, newIssue);
|
||||
Assert.NotNull(issue);
|
||||
|
||||
Assert.True(issue.Url.Contains("repository-after-rename"));
|
||||
Assert.Contains("repository-after-rename", issue.Url);
|
||||
|
||||
var resolvedIssue = await client.Issue.Get(owner, newRepoName, issue.Number);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user