Skip to content

Commit

Permalink
Fix typo in testing Getting Started guide
Browse files Browse the repository at this point in the history
(cherry picked from commit 048556b)
  • Loading branch information
cknoblauch authored and gsmet committed Mar 6, 2024
1 parent 6eb2419 commit cea9a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started-testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ public class Profiles {
public static class SingleTag implements QuarkusTestProfile {
@Override
public Set<String> tags() {
return List.of("test1");
return Set.of("test1");
}
}
Expand Down

0 comments on commit cea9a61

Please sign in to comment.