Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit 43edff8

Browse files
committed
fix unit test name
1 parent ca62ded commit 43edff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text.EnumMemberSerializer.UnitTests/AssemblyExtenstionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void GetPublicEnums_ListOfNullAssemblies_ReturnsEmtpyTypeList()
8787
}
8888

8989
[Fact]
90-
public void GetPublicEnums_FilterThrowsException_ExceptionPassedUpInAggregate()
90+
public void GetPublicEnums_FilterThrowsException_ExceptionPassedUp()
9191
{
9292
var assemblies = new List<Assembly> {Assembly.GetExecutingAssembly()};
9393
Assert.Throws<NotImplementedException>(

0 commit comments

Comments
 (0)