Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
frekw committed Nov 10, 2021
1 parent b50e28d commit 28437bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/caliban/execution/FieldArgsSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import caliban.Value.EnumValue
import zio._
import zio.test._
import zio.test.environment.TestEnvironment
import Assertion._
import zio.test.Assertion._

object FieldArgsSpec extends DefaultRunnableSpec {
sealed trait COLOR
Expand Down

0 comments on commit 28437bd

Please sign in to comment.