Skip to content

Commit

Permalink
Fix typo in testing Getting Started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cknoblauch authored Mar 5, 2024
1 parent 18df2f3 commit 048556b
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 048556b

Please sign in to comment.