Skip to content

Commit

Permalink
Remove BIOValues class
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyhappydan committed Nov 9, 2023
1 parent 7b596aa commit 538413e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ch.epfl.bluebrain.nexus.delta.sourcing.stream.SupervisorSetup
import ch.epfl.bluebrain.nexus.delta.sourcing.stream.SupervisorSetup.unapply
import ch.epfl.bluebrain.nexus.testkit.TestHelpers
import ch.epfl.bluebrain.nexus.testkit.bio.BioRunContext
import ch.epfl.bluebrain.nexus.testkit.mu.bio.{BIOValues, PatienceConfig}
import ch.epfl.bluebrain.nexus.testkit.mu.bio.PatienceConfig
import ch.epfl.bluebrain.nexus.testkit.mu.ce.CatsEffectSuite
import munit.AnyFixture

Expand All @@ -24,7 +24,6 @@ class StoragesStatisticsSuite
extends CatsEffectSuite
with BioRunContext
with ElasticSearchClientSetup.Fixture
with BIOValues
with SupervisorSetup.Fixture
with TestHelpers
with Fixtures {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ abstract class BioSuite
extends NexusSuite
with BioRunContext
with BioAssertions
with BIOValues
with CatsIOValues
with CollectionAssertions
with EitherAssertions
Expand Down

0 comments on commit 538413e

Please sign in to comment.