Skip to content

Commit a40e9c2

Browse files
committed
fix tests not compiling
1 parent c619e16 commit a40e9c2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

test/src/main/java/io/github/pylonmc/rebar/test/block/BlockEventError.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212

1313
public class BlockEventError extends RebarBlock implements RebarBell {
1414
public static final NamespacedKey KEY = new NamespacedKey(RebarTest.instance(), "block_event_error");
15-
public BlockEventError(Block block, BlockCreateContext context){
16-
super(block);
15+
16+
public BlockEventError(Block block, BlockCreateContext context) {
17+
super(block, context);
1718
}
18-
public BlockEventError(Block block, PersistentDataContainer pdc){
19-
super(block);
19+
public BlockEventError(Block block, PersistentDataContainer pdc) {
20+
super(block, pdc);
2021
}
2122

2223
@Override

0 commit comments

Comments
 (0)