mirror of
https://github.com/FabricMC/fabric.git
synced 2025-02-17 20:21:28 -05:00
Fix accidental typo.
This commit is contained in:
parent
df798a89c5
commit
eb30349a4e
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public class SingleVariantItemStorageTests {
|
|||
tx.commit();
|
||||
}
|
||||
|
||||
// Check custom name.It
|
||||
// Check custom name.
|
||||
assertEquals(customName, inv.getStack(0).getName());
|
||||
assertEquals(FluidVariant.blank(), getFluid(inv.getStack(0)));
|
||||
assertEquals(0L, getAmount(inv.getStack(0)));
|
||||
|
|
Loading…
Reference in a new issue