This commit is contained in:
Marcin Grzejszczak
2016-07-20 19:39:01 +02:00
parent 19092baabd
commit 72e67d6397
45 changed files with 83 additions and 152 deletions

View File

@@ -161,7 +161,7 @@ public class IntegrationMessagingApplicationSpec extends Specification {
}
void bookWasDeleted() {
assert bookListener.bookSuccessfulyDeleted.get()
assert bookListener.bookSuccessfullyDeleted.get()
}
}