From 022973dc754581daa91e18a86d102fa891131415 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Mon, 1 Jun 2026 17:11:37 +0200 Subject: [PATCH] style(test): drop unused import in CombinationTest --- .../test/java/thb/jeanluc/adventure/model/CombinationTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/Semesterprojekt/src/test/java/thb/jeanluc/adventure/model/CombinationTest.java b/Semesterprojekt/src/test/java/thb/jeanluc/adventure/model/CombinationTest.java index bb3bf22..a42e412 100644 --- a/Semesterprojekt/src/test/java/thb/jeanluc/adventure/model/CombinationTest.java +++ b/Semesterprojekt/src/test/java/thb/jeanluc/adventure/model/CombinationTest.java @@ -2,8 +2,6 @@ package thb.jeanluc.adventure.model; import org.junit.jupiter.api.Test; -import java.util.List; - import static org.assertj.core.api.Assertions.assertThat; class CombinationTest {