specify size of keyring for container conversation test
This commit is contained in:
parent
00a5339e07
commit
87928aa198
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ public class UpdateConverterTest {
|
|||
assertNull("Sanity check", player.getFeature("keyring"));
|
||||
|
||||
// The actual update checks
|
||||
player.setFeature("keyring", true);
|
||||
player.setFeature("keyring", "2 4");
|
||||
assertNotNull("Sanity check", player.getFeature("keyring"));
|
||||
Item key = ItemTestHelper.createItem("dungeon silver key");
|
||||
player.equip("keyring", key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue