[cmd, build] Fix wpiannotation dependencies on commandsv2 (#8279)

This commit is contained in:
Sam Carlberg
2025-10-08 00:50:38 -04:00
committed by GitHub
parent 7ff312bb69
commit 35e4a18e86
3 changed files with 4 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ public abstract class SingleCompositionTestBase<T extends Command> extends Comma
}
@Test
@SuppressWarnings("NoDiscard")
void commandInOtherCompositionTest() {
var command = Commands.none();
new WrapperCommand(command) {};