Skip to content

Commit

Permalink
Test linting action
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgios Petrou committed Aug 8, 2024
1 parent 05aeb7e commit dd024c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GreetingResourceTest {
.`when`().get("/hello")
.then()
.statusCode(200)
.body(`is`("Hello from RESTasy Reactive!!"))
.body(`is`("Hello from RESTEasy Reactive!!"))
}

}

0 comments on commit dd024c6

Please sign in to comment.