Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Use TestGroupName for failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
qayshp committed Apr 25, 2018
1 parent b4f82f1 commit 720a314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GitLabApiClient.Test/GroupsClientTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public async Task GroupCanBeRetrievedByGroupId()
[Fact]
public async Task GroupsCanBeRetrievedFromSearch()
{
var group = await _sut.SearchAsync("gitlab");
var group = await _sut.SearchAsync(TestGroupName);
group.Should().NotBeEmpty();
}

Expand Down

0 comments on commit 720a314

Please sign in to comment.