Skip to content

Commit

Permalink
fix: added missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
alemazzo committed Sep 9, 2023
1 parent 9e45c34 commit 5bbe36a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/test/scala/scatan/model/resource/ResourceCardTest.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package scatan.model
package scatan.model.resource

import org.scalatest.flatspec.AnyFlatSpec
import org.scalatest.matchers.should
import scatan.model.{ResourceCard, ResourceType}

class ResourceCardTest extends AnyFlatSpec with should.Matchers:

Expand Down
3 changes: 2 additions & 1 deletion src/test/scala/scatan/model/resource/ResourceTypeTest.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package scatan.model
package scatan.model.resource

import org.scalatest.flatspec.AnyFlatSpec
import org.scalatest.matchers.should
import scatan.model.ResourceType

class ResourceTypeTest extends AnyFlatSpec with should.Matchers:

Expand Down

0 comments on commit 5bbe36a

Please sign in to comment.