From ae4ee51914882d81d6c5a9e04fce2477b7f511e8 Mon Sep 17 00:00:00 2001 From: IvenBach Date: Sat, 28 Nov 2020 04:49:57 -0800 Subject: [PATCH] Update test to use expected argument --- .../EnumerationDeclaredWithinWorksheetInspectionTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RubberduckTests/Inspections/EnumerationDeclaredWithinWorksheetInspectionTests.cs b/RubberduckTests/Inspections/EnumerationDeclaredWithinWorksheetInspectionTests.cs index ca207bfdc3..8f93835524 100644 --- a/RubberduckTests/Inspections/EnumerationDeclaredWithinWorksheetInspectionTests.cs +++ b/RubberduckTests/Inspections/EnumerationDeclaredWithinWorksheetInspectionTests.cs @@ -39,7 +39,7 @@ End Enum int actual = inspectionResults.Count(); - Assert.AreEqual(1, actual); + Assert.AreEqual(expected, actual); } [Test]