Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Dec 14, 2023
1 parent be83f33 commit 61f03a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Messaging/Tests/Common/ArtifactTypesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,11 @@ public void ArtifactTypes_Should_Contain_All()
}
}

[Fact]
public void ArtifactTypes_Should_Contain_Same_Count()
{
Assert.Equal(ArtifactTypes.ListOfModularity.Count, Enum.GetValues(typeof(ArtifactType)).Length);
}

}
}

0 comments on commit 61f03a1

Please sign in to comment.