Skip to content

Commit

Permalink
fix udf test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli committed Sep 27, 2024
1 parent 1f4b581 commit 6906adc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/scala/com/snowflake/snowpark/TestUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import net.snowflake.client.jdbc.{
SnowflakeConnectString,
SnowflakeConnectionV1
}
import org.scalatest.funsuite.AnyFunSuite

import java.security.Provider
import scala.collection.JavaConverters._
Expand Down Expand Up @@ -142,6 +143,8 @@ object TestUtils extends Logging {

List(
classOf[BeforeAndAfterAll], // scala test jar
classOf[AnyFunSuite],
classOf[org.scalatest.compatible.Assertion],
classOf[org.scalactic.TripleEquals], // scalactic jar
classOf[io.opentelemetry.exporters.inmemory.InMemorySpanExporter],
classOf[io.opentelemetry.sdk.trace.export.SpanExporter])
Expand Down

0 comments on commit 6906adc

Please sign in to comment.