autofix tests based on feedback from xunit analyzers (#1997)

This commit is contained in:
Brendan Forster
2019-09-16 19:46:40 -03:00
committed by GitHub
parent 61bd1d1018
commit 45bc5eced7
50 changed files with 222 additions and 232 deletions
+1 -1
View File
@@ -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);