Skip to content

Commit

Permalink
Fixed EventStore_ContractTest
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassimon committed Oct 8, 2014
1 parent 48b619f commit 223ec00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ abstract class EventStore_ContractTest {
@Override
void flush() {
numberOfCalls++
GroovyObjectSupport.flush()
super.flush()
}
}

Expand Down

0 comments on commit 223ec00

Please sign in to comment.