We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9503140 commit 8f5df4eCopy full SHA for 8f5df4e
RubberduckTests/Refactoring/ExtractMethod/ExtractMethodParameterClassificationTests.cs
@@ -57,8 +57,8 @@ public void shouldUseEachRuleInRulesCollectionToCheckEachReference()
57
SUT.classifyDeclarations(qSelection, declaration);
58
59
//Assert
60
- // 2 rules on 2 referencdes = 4 validation checks
61
- var expectedToVerify = 4;
+ // 2 rules on 1 referencdes = 2 validation checks
+ var expectedToVerify = 2;
62
emRule.Verify(emr => emr.setValidFlag(It.IsAny<IdentifierReference>(), selection),
63
Times.Exactly(expectedToVerify));
64
0 commit comments