File tree Expand file tree Collapse file tree
modules/testcore/common/src/main/kotlin/com/teamwizardry/librarianlib/testcore/junit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public object UnitTestCommand {
9090 val rerunStyle = Style .EMPTY
9191 .withFormatting(Formatting .BLUE )
9292 .withUnderline(true )
93- .withClickEvent(ClickEvent (ClickEvent .Action .RUN_COMMAND , input))
93+ .withClickEvent(ClickEvent (ClickEvent .Action .RUN_COMMAND , " / $ input" ))
9494
9595 return Text .literal(" [ $fullCount tests found | " )
9696 .append(Text .literal(" ${passed.size} tests passed" ).setStyle(passedStyle))
@@ -112,7 +112,7 @@ public class UnitTestArgument(private val registryWrapper: RegistryWrapper.Impl<
112112 }
113113
114114 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)
116116 }
117117
118118 public companion object {
You can’t perform that action at this time.
0 commit comments