Skip to content

Commit f97ca91

Browse files
author
Jake Ginnivan
committed
Some cleanup of the Types class
1 parent ff55d78 commit f97ca91

File tree

1 file changed

+0
-3
lines changed
  • TestStack.ConventionTests/ConventionData

1 file changed

+0
-3
lines changed

TestStack.ConventionTests/ConventionData/Types.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@
99
/// </summary>
1010
public class Types : IConventionData
1111
{
12-
//NOTE: that's a terrible name
1312
public Type[] TypesToVerify { get; set; }
1413

15-
public bool HasApprovedExceptions { get; set; }
16-
1714
public void EnsureHasNonEmptySource()
1815
{
1916
if (TypesToVerify.None())

0 commit comments

Comments
 (0)