Skip to content

Commit

Permalink
Update README.md (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiecki authored Nov 1, 2022
1 parent 8394498 commit 07f6e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The objects we're passing (i.e. Customer) are being marshaled by JAXB, Jackson,
* @param webTarget configured resource ready for use, injected by Arquillian
*/
@Test
public void createPackageBareRsource(@ArquillianResteasyResource("rest/customer") ResteasyWebTarget webTarget)
public void createPackageBareResource(@ArquillianResteasyResource("rest/customer") ResteasyWebTarget webTarget)
{
// Given
final Invocation.Builder invocationBuilder = webTarget.request();
Expand Down

0 comments on commit 07f6e3b

Please sign in to comment.