Skip to content

Commit 8094b70

Browse files
committed
Update inspection result test now that the resource file is fixed.
1 parent 2fbb7d6 commit 8094b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.CodeAnalysis/Inspections/Concrete/MemberAccessMayReturnNothingInspection/ExcelMemberMayReturnNothingInspection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ public ExcelMemberMayReturnNothingInspection(RubberduckParserState state) : base
2525
.Where(decl => decl.ProjectName.Equals("Excel") && ExcelMembers.Any(member => decl.QualifiedName.ToString().EndsWith(member)))
2626
.ToList();
2727

28-
public override string ResultTemplate => Description; //InspectionResults.ExcelMemberMayReturnNothingInspection;
28+
public override string ResultTemplate => InspectionResults.ExcelMemberMayReturnNothingInspection;
2929
}
3030
}

0 commit comments

Comments
 (0)