Skip to content

Commit

Permalink
Update functional test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenba committed Jul 27, 2016
1 parent 774c762 commit 0589f06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/NuGetGallery.FunctionalTests/ODataFeeds/SearchTest.cs
Expand Up @@ -19,7 +19,7 @@ public SearchTest(ITestOutputHelper testOutputHelper)
}

[Fact]
[Description("Performs a querystring-based search of the v1 feed. Confirms expected packages are returned.")]
[Description("Performs a querystring-based search of the v1 feed. Confirms expected packages are returned.")]
[Priority(0)]
[Category("P0Tests")]
public async Task SearchV1Feed()
Expand All @@ -28,12 +28,12 @@ public async Task SearchV1Feed()
}

[Fact]
[Description("Performs a querystring-based search of the default (non-curated) v2 feed. Confirms expected packages are returned.")]
[Description("Performs a querystring-based search of the default (non-curated) v2 feed. Confirms expected packages are returned.")]
[Priority(0)]
[Category("P0Tests")]
public async Task SearchV2Feed()
{
await SearchFeedAsync(UrlHelper.V2FeedRootUrl, "microsoft-web-helpers");
await SearchFeedAsync(UrlHelper.V2FeedRootUrl, "ASP.NET Web Helpers Library");
}

private async Task SearchFeedAsync(string feedRootUrl, string title)
Expand Down

0 comments on commit 0589f06

Please sign in to comment.