Skip to content

Commit

Permalink
chore: suppress CA1827 message
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Sep 20, 2023
1 parent 80d6c10 commit a44bc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/docfx.Tests/DocsetBuildTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,6 @@ public static async Task Build_With_RedirectUri_Files()
// Test redirect page.is excluded from sitemap.
var sitemapXml = outputs["sitemap.xml"]();
var urls = XDocument.Parse(sitemapXml).Root.Elements();
Assert.True(urls.Count() == 0);
Assert.True(!urls.Any());
}
}

0 comments on commit a44bc8d

Please sign in to comment.