Fix the tests failing due to material name changes
This commit is contained in:
parent
eb92967e03
commit
ec2b6ba0f4
@ -95,12 +95,12 @@ public class TestUtilClass {
|
||||
|
||||
@Test
|
||||
public void testCorrectStringFromArray() {
|
||||
assertEquals("SEEDS,coal_ore,torch", Util.getStringFromArray(",", array));
|
||||
assertEquals("WHEAT_SEEDS,coal_ore,torch", Util.getStringFromArray(",", array));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCorrectStringFromList() {
|
||||
assertEquals("SEEDS,coal_ore,torch", Util.getStringFromList(",", list));
|
||||
assertEquals("WHEAT_SEEDS,coal_ore,torch", Util.getStringFromList(",", list));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user