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 8bb8ada commit 1806136Copy full SHA for 1806136
README.md
@@ -92,7 +92,7 @@ use the parameter `-Dtest=<class>#<method>`
92
93
- for example the integration test. creating a user:
94
```shell
95
- mvn -f api/pom.xml test -Dtest=UsersControllerIntegrationTests#should_save_a_new_user
+ mvn -f api/pom.xml test -Dtest=UsersControllerTests#should_save_a_new_user
96
```
97
98
0 commit comments