Skip to content

Commit d10aab5

Browse files
committed
renamed method according to naming conventions
1 parent dbf5763 commit d10aab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

voxels-common/src/test/java/common/game/ItemStackTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void testSetAmount() {
114114
}
115115

116116
@Test
117-
void testSetAmount_NegativeThrows() {
117+
void testSetAmountNegativeThrows() {
118118
ItemStack stack = new ItemStack((short) 1, 10);
119119

120120
assertThrows(

0 commit comments

Comments
 (0)