From bd63567e8a895a82e723abd90bebc9a1fd67070e Mon Sep 17 00:00:00 2001 From: Eyre_S Date: Thu, 27 Feb 2025 18:37:15 +0800 Subject: [PATCH] fix test framework in MornyCoeur --- .../scala/cc/sukazyo/cono/morny/test/MornyTests.scala | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/morny-coeur/src/test/scala/cc/sukazyo/cono/morny/test/MornyTests.scala b/morny-coeur/src/test/scala/cc/sukazyo/cono/morny/test/MornyTests.scala index 36c3700..23836e0 100644 --- a/morny-coeur/src/test/scala/cc/sukazyo/cono/morny/test/MornyTests.scala +++ b/morny-coeur/src/test/scala/cc/sukazyo/cono/morny/test/MornyTests.scala @@ -1,12 +1,8 @@ package cc.sukazyo.cono.morny.test -import cc.sukazyo.restools.{ResourceDirectory, ResourcePackage} import org.scalatest.freespec.AnyFreeSpec import org.scalatest.matchers.should -abstract class MornyTests extends AnyFreeSpec with should.Matchers { - - val pack: ResourcePackage = ResourcePackage.get("assets_morny_tests") - val assets: ResourceDirectory = pack.getDirectory("assets_morny_tests") - -} +abstract class MornyTests + extends AnyFreeSpec + with should.Matchers