We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7eef4 commit 1c0753eCopy full SHA for 1c0753e
README.md
@@ -8,7 +8,7 @@ AssertK provides a Kotlin-friendly syntax for using the amazing AssertJ assertio
8
assert that Unit isEqualTo Unit
9
```
10
11
-you can use `assert that` or `expect that` interchangeably as `assert` tends to be a bit noisy given when relying on autocomplete.
+you can use `assert that` or `expect that` interchangeably as `assert` tends to be a bit noisy when trying to autocomplete the statement.
12
```kotlin
13
expect that Any() isNotEqualTo Any()
14
expect that Any() _is notNull
0 commit comments