Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Ueberfuhr committed Dec 21, 2023
1 parent 665dfbc commit b538dbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// - application-test-full.yml especially for these tests
@ActiveProfiles({"test", "test-full"})
// just to allow executing Maven running only these tests
// run "mvc surefire:test -Dgroups=boundary-integration-test"
// run "mvn surefire:test -Dgroups=full-integration-test"
@Tag("integration-test")
@Tag("full-integration-test")
public @interface BlogApplicationTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// - application-test-boundary.yml especially for these tests
@ActiveProfiles({"test", "test-boundary"})
// just to allow executing Maven running only these tests
// run "mvc surefire:test -Dgroups=boundary-integration-test"
// run "mvn surefire:test -Dgroups=boundary-integration-test"
@Tag("integration-test")
@Tag("boundary-integration-test")
public @interface BlogBoundaryTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// - application-test-domain.yml especially for these tests
@ActiveProfiles({"test", "test-domain"})
// just to allow executing Maven running only these tests
// run "mvc surefire:test -Dgroups=domain-integration-test"
// run "mvn surefire:test -Dgroups=domain-integration-test"
@Tag("integration-test")
@Tag("domain-integration-test")
public @interface BlogDomainTest {
Expand Down

0 comments on commit b538dbe

Please sign in to comment.