From 0d9aab72aa570f13dc3e32e0d32b3f3a95f95e0a Mon Sep 17 00:00:00 2001 From: Jason Mitchell Date: Mon, 30 Jan 2023 10:56:42 -0800 Subject: [ci skip] spotlessApply with the new settings --- src/test/java/gregtech/common/items/CombTypeTest.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/test/java/gregtech/common') diff --git a/src/test/java/gregtech/common/items/CombTypeTest.java b/src/test/java/gregtech/common/items/CombTypeTest.java index f140c81467..d9ae1a46ca 100644 --- a/src/test/java/gregtech/common/items/CombTypeTest.java +++ b/src/test/java/gregtech/common/items/CombTypeTest.java @@ -5,9 +5,11 @@ import static org.junit.jupiter.api.Assertions.assertTrue; import java.util.HashSet; import java.util.Set; + import org.junit.jupiter.api.Test; class CombTypeTest { + @Test void noDuplicateID() { Set seen = new HashSet<>(); -- cgit