Skip to content

Commit 619d39a

Browse files
committed
Unsabotage the test that should be failing - it would pass if literal was used but not as a parameter was used?!?
1 parent 38f4e35 commit 619d39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/ComMock/MockProviderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ public void Mock_Setup_Property_Specified_Args_Returns_Specified_Value(string ex
482482
}
483483

484484
dynamic mocked = Marshal.GetObjectForIUnknown(pProxy);
485-
Assert.AreEqual(expected, mocked.Drives["abc"].Path);
485+
Assert.AreEqual(expected, mocked.Drives[input].Path);
486486
}
487487
finally
488488
{

0 commit comments

Comments
 (0)