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 7413901 commit 9ce801fCopy full SHA for 9ce801f
TestStack.BDDfy.Samples/Atm/AccountHasInsufficientFund.cs
@@ -54,7 +54,7 @@ void And_the_Card_should_be_returned()
54
[Test]
55
public void Verify()
56
{
57
- new AccountHasInsufficientFund().BDDfy<AccountHolderWithdrawsCash>();
+ this.BDDfy<AccountHolderWithdrawsCash>();
58
}
59
60
0 commit comments