Skip to content

Commit

Permalink
Add import to docs
Browse files Browse the repository at this point in the history
This makes it clear where the 'equalTo' method is coming from.

Fixes quarkusio#21755

(cherry picked from commit d8e2773)
  • Loading branch information
stuartwdouglas authored and gsmet committed Nov 29, 2021
1 parent 2da632e commit 07ef209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/kotlin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ To make the test pass, we also need to update `GreetingResourceTest.kt` like so:

[source,kotlin]
----
import org.hamcrest.Matchers.equalTo
@QuarkusTest
class GreetingResourceTest {
Expand Down

0 comments on commit 07ef209

Please sign in to comment.