Skip to content

Commit

Permalink
Update refinedstorage-neoforge/src/test/java/com/refinedmods/refineds…
Browse files Browse the repository at this point in the history
…torage/common/storage/diskinterface/DiskInterfaceTestPlots.java

Co-authored-by: Raoul <raoulvdberge@gmail.com>
  • Loading branch information
starforcraft and raoulvdberge authored Sep 10, 2024
1 parent ab2db17 commit 44ef62e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static void isDiskInOutputWithAmount(final GameTestHelper helper,
+ storedAmount + ", but was " + storage.getStored());
}

private static SerializableStorage getSerializableStorageFromDisk(final GameTestHelper helper,
private static Storage getStorageFromDisk(final GameTestHelper helper,
final ItemStack diskItem) {
final Optional<SerializableStorage> serializableStorage = RefinedStorageApi.INSTANCE
.getStorageContainerItemHelper()
Expand Down

0 comments on commit 44ef62e

Please sign in to comment.