You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ConventionTests/Conventions/Internal/ConventionData.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public ConventionData(params Type[] sourceTypes)
40
40
/// <summary>
41
41
/// Descriptive text used for failure message in test. Should explan what is wrong, and how to fix it (how to make types that do not conform to the convention do so).
42
42
/// </summary>
43
-
publicstringFailDescription{get;set;}
43
+
publicstringDescription{get;set;}
44
44
45
45
/// <summary>
46
46
/// Specifies that there are valid exceptions to the rule specified by the convention.
@@ -60,7 +60,7 @@ public ConventionData(params Type[] sourceTypes)
@@ -83,11 +83,11 @@ public override void Execute(IAssert assert)
83
83
assert.Inconclusive(
84
84
"No handlers found to apply the convention to. Make sure the handlesr predicate is correct and that the right components were registered in the container.");
0 commit comments