Skip to content

Commit

Permalink
/shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Jan 19, 2025
1 parent 2524b79 commit d0a9779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/appeng/me/cells/BasicInventoryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void testVoidUpgradeUnformatted() {
// Ensure that inserting an already-stored item voids.
assertThat(cell.insert(keys[0], Long.MAX_VALUE, Actionable.MODULATE, SRC)).isEqualTo(Long.MAX_VALUE);
// Ensure that items that aren't on the cell don't get voided.
assertThat(cell.insert(AEItemKey.of(Items.STICK), Long.MAX_VALUE, Actionable.MODULATE, SRC)).isZero();
assertThat(cell.insert(rejected, Long.MAX_VALUE, Actionable.MODULATE, SRC)).isZero();
}

private static AEItemKey[] generateDifferentKeys(int count) {
Expand Down

0 comments on commit d0a9779

Please sign in to comment.