From 5293a56c75d7ce19bf73759d85792f361eca7f5f Mon Sep 17 00:00:00 2001 From: Daniel Bell Date: Fri, 20 Oct 2023 11:25:41 +0200 Subject: [PATCH] Fix accidentally removed clock --- .../epfl/bluebrain/nexus/testkit/scalatest/bio/BioSpec.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/delta/testkit/src/main/scala/ch/epfl/bluebrain/nexus/testkit/scalatest/bio/BioSpec.scala b/delta/testkit/src/main/scala/ch/epfl/bluebrain/nexus/testkit/scalatest/bio/BioSpec.scala index 0d333e5f6b..2ccc32243a 100644 --- a/delta/testkit/src/main/scala/ch/epfl/bluebrain/nexus/testkit/scalatest/bio/BioSpec.scala +++ b/delta/testkit/src/main/scala/ch/epfl/bluebrain/nexus/testkit/scalatest/bio/BioSpec.scala @@ -1,5 +1,6 @@ package ch.epfl.bluebrain.nexus.testkit.scalatest.bio +import ch.epfl.bluebrain.nexus.testkit.bio.IOFixedClock import ch.epfl.bluebrain.nexus.testkit.scalatest.BaseSpec -trait BioSpec extends BaseSpec with BIOValues +trait BioSpec extends BaseSpec with BIOValues with IOFixedClock