Skip to content

Commit 9ce801f

Browse files
committed
replaced instantiation with this
1 parent 7413901 commit 9ce801f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestStack.BDDfy.Samples/Atm/AccountHasInsufficientFund.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void And_the_Card_should_be_returned()
5454
[Test]
5555
public void Verify()
5656
{
57-
new AccountHasInsufficientFund().BDDfy<AccountHolderWithdrawsCash>();
57+
this.BDDfy<AccountHolderWithdrawsCash>();
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)