File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/testcore/common/src/main/kotlin/com/teamwizardry/librarianlib/testcore/junit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public object UnitTestCommand {
90
90
val rerunStyle = Style .EMPTY
91
91
.withFormatting(Formatting .BLUE )
92
92
.withUnderline(true )
93
- .withClickEvent(ClickEvent (ClickEvent .Action .RUN_COMMAND , input))
93
+ .withClickEvent(ClickEvent (ClickEvent .Action .RUN_COMMAND , " / $ input" ))
94
94
95
95
return Text .literal(" [ $fullCount tests found | " )
96
96
.append(Text .literal(" ${passed.size} tests passed" ).setStyle(passedStyle))
@@ -112,7 +112,7 @@ public class UnitTestArgument(private val registryWrapper: RegistryWrapper.Impl<
112
112
}
113
113
114
114
override fun <S > listSuggestions (context : CommandContext <S >, suggestions : SuggestionsBuilder ): CompletableFuture <Suggestions > {
115
- return CommandSource .suggestIdentifiers(registryWrapper.streamKeys().map { it.value }, suggestions, " liblib-testcore: " )
115
+ return CommandSource .suggestIdentifiers(registryWrapper.streamKeys().map { it.value }, suggestions)
116
116
}
117
117
118
118
public companion object {
You can’t perform that action at this time.
0 commit comments