Skip to content

Commit

Permalink
Merge pull request #1472 from jufickel-b/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
robstoll authored Jun 27, 2023
2 parents 19e3056 + fdbe181 commit 682e2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ As an example, the following AssertJ example:
```kotlin
assertSoftly {
assertThat(mansion.numOfGuests).isEqualTo(7)
assertThat(mansion.kitchen.stastus).isEqualTo("clean")
assertThat(mansion.kitchen.status).isEqualTo("clean")
assertThat(mansion.kitchen.numOfTables).isGreaterThan(5).isLessThan(10)
}

Expand Down

0 comments on commit 682e2b0

Please sign in to comment.