Skip to content

Commit 1806136

Browse files
committed
fix: change class name on test command
1 parent 8bb8ada commit 1806136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ use the parameter `-Dtest=<class>#<method>`
9292

9393
- for example the integration test. creating a user:
9494
```shell
95-
mvn -f api/pom.xml test -Dtest=UsersControllerIntegrationTests#should_save_a_new_user
95+
mvn -f api/pom.xml test -Dtest=UsersControllerTests#should_save_a_new_user
9696
```
9797

9898

0 commit comments

Comments
 (0)