Skip to content

Commit

Permalink
Fix gametest after sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Apr 11, 2024
1 parent ce5039e commit 631c9cd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,8 @@ public void testComposterFirstInsert(TestContext context) {
/**
* Regression test for <a href="https://github.com/FabricMC/fabric/issues/3485">jukeboxes having their state changed mid-transaction</a>.
*/
@GameTest(templateName = FabricGameTest.EMPTY_STRUCTURE)
@GameTest(templateNamespace = TransferApiTests.MODID, templateName = "empty")
@PrefixGameTestTemplate(false)
public void testJukeboxState(TestContext context) {
BlockPos pos = new BlockPos(2, 2, 2);
context.setBlockState(pos, Blocks.JUKEBOX.getDefaultState());
Expand Down

0 comments on commit 631c9cd

Please sign in to comment.