diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-11-15 23:57:55 +0100 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-11-15 23:57:55 +0100 |
| commit | b132826a3149eae8fe2e3d4aa4d69d289557e2a4 (patch) | |
| tree | 859e2d4b69e067ba81ff36ea9b9db7e81cbcf706 /src/test | |
| parent | 5632c1d50bb0319886fb6acd54df92bf01491532 (diff) | |
| download | Firmament-b132826a3149eae8fe2e3d4aa4d69d289557e2a4.tar.gz Firmament-b132826a3149eae8fe2e3d4aa4d69d289557e2a4.tar.bz2 Firmament-b132826a3149eae8fe2e3d4aa4d69d289557e2a4.zip | |
snapshot: mixin cleanup p1
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/kotlin/MixinTest.kt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/kotlin/MixinTest.kt b/src/test/kotlin/MixinTest.kt index 37d79c6..66928ce 100644 --- a/src/test/kotlin/MixinTest.kt +++ b/src/test/kotlin/MixinTest.kt @@ -8,11 +8,6 @@ import moe.nea.firmament.init.MixinPlugin class MixinTest { @Test - fun mixinAudit() { - // Moved to GameTest - } - - @Test fun hasInstalledMixinTransformer() { Assertions.assertInstanceOf( IMixinTransformer::class.java, |
