aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/rsacomb/OWLAxiomSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/rsacomb/OWLAxiomSpec.scala')
-rw-r--r--src/test/scala/rsacomb/OWLAxiomSpec.scala6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/scala/rsacomb/OWLAxiomSpec.scala b/src/test/scala/rsacomb/OWLAxiomSpec.scala
index c5b8763..a389242 100644
--- a/src/test/scala/rsacomb/OWLAxiomSpec.scala
+++ b/src/test/scala/rsacomb/OWLAxiomSpec.scala
@@ -1,7 +1,9 @@
1package rsacomb 1package rsacomb
2 2
3import java.util.ArrayList 3import java.util.ArrayList
4import org.scalatest.{FlatSpec, Matchers, LoneElement} 4import org.scalatest.LoneElement
5import org.scalatest.flatspec.AnyFlatSpec
6import org.scalatest.matchers.should.Matchers
5 7
6import uk.ac.manchester.cs.owl.owlapi.{OWLSubClassOfAxiomImpl} 8import uk.ac.manchester.cs.owl.owlapi.{OWLSubClassOfAxiomImpl}
7import uk.ac.manchester.cs.owl.owlapi.{ 9import uk.ac.manchester.cs.owl.owlapi.{
@@ -168,7 +170,7 @@ object OWLAxiomSpec {
168 170
169} // object OWLAxiomSpec 171} // object OWLAxiomSpec
170 172
171class OWLAxiomSpec extends FlatSpec with Matchers with LoneElement { 173class OWLAxiomSpec extends AnyFlatSpec with Matchers with LoneElement {
172 174
173 // Import required data 175 // Import required data
174 import OWLAxiomSpec._ 176 import OWLAxiomSpec._