Skip to content

Commit

Permalink
Whoops, I did it again. Fixed the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kirby committed Jan 12, 2019
1 parent 105cb48 commit a297cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/hunternif/mc/atlas/TestNBT.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void init() {

@Test
public void testTileGroupBounds() {
Log.setModLog(LogManager.getLogger(AntiqueAtlasMod.ID));
Log.setModLog();
tg.setTile(15,15, new Tile(1));
tg.setTile(32,32, new Tile(1));
assertEquals(null, tg.getTile(15, 15));
Expand Down

0 comments on commit a297cad

Please sign in to comment.