Skip to content

Commit 272ccde

Browse files
committed
test fix
1 parent 61ca4b3 commit 272ccde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/src/test/scala/scaladci/examples/MoneyTransfer1.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ class MoneyTransfer1 extends Specification {
132132
Source.withdraw
133133

134134
role(Source) {
135-
def decreaseBalance(amount: Int) = 7
136135
def withdraw {
137136
Source.decreaseBalance(amount)
138137
Destination.deposit

0 commit comments

Comments
 (0)