diff options
author | Jason Mitchell <mitchej@gmail.com> | 2023-01-30 10:56:42 -0800 |
---|---|---|
committer | Jason Mitchell <mitchej@gmail.com> | 2023-01-30 10:56:42 -0800 |
commit | 0d9aab72aa570f13dc3e32e0d32b3f3a95f95e0a (patch) | |
tree | 1e2c649f3a6ce3f6b2babd0098a5f4819e9cd0b6 /src/test/java/gregtech/common | |
parent | f8cc82edeb9810c45cba762d733a2c909a302faa (diff) | |
download | GT5-Unofficial-0d9aab72aa570f13dc3e32e0d32b3f3a95f95e0a.tar.gz GT5-Unofficial-0d9aab72aa570f13dc3e32e0d32b3f3a95f95e0a.tar.bz2 GT5-Unofficial-0d9aab72aa570f13dc3e32e0d32b3f3a95f95e0a.zip |
[ci skip] spotlessApply with the new settings
Diffstat (limited to 'src/test/java/gregtech/common')
-rw-r--r-- | src/test/java/gregtech/common/items/CombTypeTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
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<Integer> seen = new HashSet<>(); |