Test missing template

This commit is contained in:
apple502j 2023-01-17 01:04:51 +09:00
parent b4eee8a96d
commit 0e7189bf73
No known key found for this signature in database
GPG key ID: AFDA4829AC6D8993

View file

@ -51,7 +51,7 @@ public class ExampleFabricTestSuite implements FabricGameTest {
);
}
@GameTest(templateName = "fabric-gametest-api-v1-testmod:exampletestsuite.diamond")
@GameTest(templateName = "fabric-gametest-api-v1-testmod:exampletestsuite.diamond.notfound")
public void diamond(TestContext context) {
// Nothing to do as the structure placed the block.
}