Skip to content

Commit

Permalink
recipes: revert the number that i have changed during the kotlin meet…
Browse files Browse the repository at this point in the history
…up talk
  • Loading branch information
osoykan committed Oct 10, 2024
1 parent 59697d3 commit 7679c8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ class CreateTests : FunSpec({
}

kafka {
shouldBePublished<ProductCreatedEvent>(20.seconds) {
actual.price == 99.0 && actual.name == productName
shouldBePublished<ProductCreatedEvent>(10.seconds) {
actual.price == 100.0 && actual.name == productName
}


Expand Down

0 comments on commit 7679c8a

Please sign in to comment.