Skip to content

Commit 61f03a1

Browse files
committed
another test
Signed-off-by: Neil South <[email protected]>
1 parent be83f33 commit 61f03a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Messaging/Tests/Common/ArtifactTypesTests.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,11 @@ public void ArtifactTypes_Should_Contain_All()
4949
}
5050
}
5151

52+
[Fact]
53+
public void ArtifactTypes_Should_Contain_Same_Count()
54+
{
55+
Assert.Equal(ArtifactTypes.ListOfModularity.Count, Enum.GetValues(typeof(ArtifactType)).Length);
56+
}
57+
5258
}
5359
}

0 commit comments

Comments
 (0)