From fd86a98995610d794273d77415fea67ac5e009af Mon Sep 17 00:00:00 2001 From: real-zony Date: Tue, 13 Dec 2022 22:39:20 +0800 Subject: [PATCH] test: Fixed the errors in unit tests. --- .../Infrastructure/Exceptions/ErrorCodeHelperTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ZonyLrcTools.Tests/Infrastructure/Exceptions/ErrorCodeHelperTests.cs b/tests/ZonyLrcTools.Tests/Infrastructure/Exceptions/ErrorCodeHelperTests.cs index fae1380..837b3ee 100644 --- a/tests/ZonyLrcTools.Tests/Infrastructure/Exceptions/ErrorCodeHelperTests.cs +++ b/tests/ZonyLrcTools.Tests/Infrastructure/Exceptions/ErrorCodeHelperTests.cs @@ -12,7 +12,7 @@ namespace ZonyLrcTools.Tests.Infrastructure.Exceptions ErrorCodeHelper.LoadErrorMessage(); ErrorCodeHelper.ErrorMessages.ShouldNotBeNull(); - ErrorCodeHelper.ErrorMessages.Count.ShouldBe(15); + ErrorCodeHelper.ErrorMessages.Count.ShouldBe(16); } [Fact]