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 3c2801c commit 809e6deCopy full SHA for 809e6de
README.md
@@ -82,7 +82,7 @@ use the parameter `-Dtest=<class>#<method>`
82
83
for example the integration test. creating a user:
84
```
85
-$ mvnw test -Dtest=UsersControllerIntegrationTests#should_save_a_new_user
+$ mvn test -Dtest=UsersControllerIntegrationTests#should_save_a_new_user
86
87
88
0 commit comments