Skip to content

Commit

Permalink
Testing basic map properties doesn't throw
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed Dec 27, 2023
1 parent 1959d06 commit 12aada3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import de.gurkenlabs.litiengine.util.io.URLAdapter;
import java.awt.Color;
import java.awt.geom.Rectangle2D;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.stream.Stream;
import org.junit.jupiter.api.BeforeEach;
Expand All @@ -32,7 +31,7 @@ public void clearResources() {
}

@Test
void testBasicProperties() throws MalformedURLException {
void testBasicProperties() {
IMap map =
Resources.maps().get("de/gurkenlabs/litiengine/environment/tilemap/xml/test-map.tmx");

Expand Down

0 comments on commit 12aada3

Please sign in to comment.