From 504ea7396433357e586678f5d8cbfa445b0f2f86 Mon Sep 17 00:00:00 2001 From: Herbert Yanes Date: Tue, 18 Apr 2023 15:29:02 -0400 Subject: [PATCH] Rename Test (#428) Test previous name was left with its WIP name. This name should be more descriptive of the goal of the actual test. --- NGitLab.Mock.Tests/IssuesMockTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NGitLab.Mock.Tests/IssuesMockTests.cs b/NGitLab.Mock.Tests/IssuesMockTests.cs index cb5caf08..6525987c 100644 --- a/NGitLab.Mock.Tests/IssuesMockTests.cs +++ b/NGitLab.Mock.Tests/IssuesMockTests.cs @@ -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)