We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b305cd commit dabc5c2Copy full SHA for dabc5c2
src/main/java/dev/galacticraft/machinelib/api/gametest/annotation/MachineTest.java
@@ -75,7 +75,7 @@
75
int workTime() default 1;
76
77
/**
78
- * {@return whether to capture {@link net.minecraft.gametest.framework.GameTestAssertException}s and unwrap them.
+ * {@return whether to capture {@link AssertionError}s to add gametest data}
79
*/
80
boolean captureAssertions() default true;
81
}
0 commit comments