test: Fixed the errors in unit tests.

This commit is contained in:
real-zony 2022-12-13 22:39:20 +08:00
parent 2f2e67f3e6
commit fd86a98995

View File

@ -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]