Skip to content

Commit

Permalink
Fix accidentally removed clock
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyhappydan committed Oct 20, 2023
1 parent 27f16b5 commit 5293a56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5293a56

Please sign in to comment.