Skip to content

Commit 9448424

Browse files
committed
Re-ignore unit test that had ignore decoration commented out. Ooops
1 parent 7a59b5c commit 9448424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/Inspections/MemberNotOnInterfaceInspectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ End With
267267
//See https://github.com/rubberduck-vba/Rubberduck/issues/4308
268268
[Test]
269269
[Category("Inspections")]
270-
//[Ignore("To be unignored in a PR fixing issue 4308.")]
270+
[Ignore("To be unignored in a PR fixing issue 4308.")]
271271
public void MemberNotOnInterface_ProcedureArgument()
272272
{
273273
const string inputCode =

0 commit comments

Comments
 (0)