Skip to content

Commit

Permalink
Rename Test (#428)
Browse files Browse the repository at this point in the history
Test previous name was left with its WIP name. This name should be more descriptive of the goal of the actual test.
  • Loading branch information
Rimgelair authored Apr 18, 2023
1 parent cb92094 commit 504ea73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NGitLab.Mock.Tests/IssuesMockTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void Test_issue_by_id_can_be_found()
}

[Test]
public void Test_issue_bla()
public void Test_issue_resource_milestone_events_can_be_found()
{
using var server = new GitLabConfig()
.WithUser("user1", isDefault: true)
Expand Down

0 comments on commit 504ea73

Please sign in to comment.