Skip to content

Commit

Permalink
For zerocracy#1232: Review corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodamaso committed Aug 9, 2018
1 parent 1659b17 commit 293a36b
Showing 1 changed file with 4 additions and 6 deletions.
Expand Up @@ -26,15 +26,13 @@ import org.hamcrest.core.IsEqual

def exec(Project project, XML xml) {
project.acq('test/bucket').withCloseable {
Bucket bucket
bucket = new FkBucket(
it.path(),
'dumpbucket'
)
MatcherAssert.assertThat(
'Dumped wrong value to bucket',
new Ocket.Text(
bucket.ocket('heap')
new FkBucket(
it.path(),
'dumpbucket'
).ocket('heap')
).read(),
new IsEqual<>('This is a heap file for testing purposes')
)
Expand Down

0 comments on commit 293a36b

Please sign in to comment.