Skip to content

Commit

Permalink
Also move unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurkenlabs committed Feb 27, 2018
1 parent bdd0da2 commit 1ff57a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/de/gurkenlabs/litiengine/GameFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@XmlRootElement(name = "game")
public class GameFile implements Serializable {
private static final Logger log = Logger.getLogger(GameFile.class.getName());
public static final String FILE_EXTENSION = "env";
public static final String FILE_EXTENSION = "ltx";

private static final long serialVersionUID = -2101786184799276518L;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.gurkenlabs.core;
package de.gurkenlabs.litiengine.core;

import static org.junit.jupiter.api.Assertions.assertEquals;

Expand Down

0 comments on commit 1ff57a7

Please sign in to comment.