Skip to content

Commit

Permalink
No need
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Fedin committed Nov 29, 2016
1 parent 2dbe92f commit 26c829b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/TestBlock.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public void testAdd() {

World world;
Coordinates3d cords = new Coordinates3d(-3, 64, 6);
byte id_to_make = 6;
byte id_to_make = 7;

try {

Expand All @@ -31,7 +31,6 @@ public void testAdd() {
world.save();

world = new World(new File (path_to_mca_folder));
test_block = world.getBlock(cords);
byte id = world.getBlockId(cords);

assertTrue(id == id_to_make);
Expand Down

0 comments on commit 26c829b

Please sign in to comment.