SPIGOT-918: Add constructor for DyeColor to Dye

By: t7seven7t <t7seven7t@gmail.com>
This commit is contained in:
Bukkit/Spigot
2015-08-11 10:10:17 -08:00
parent 5ec19def07
commit 5232a2cbba
2 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,7 @@ public class DyeColorTest {
@Test
public void getDyeDyeColor() {
testColorable(new Dye(Material.INK_SACK, dye.getDyeData()));
testColorable(new Dye(dye));
}
@Test