aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/rsacomb/OWLAxiomSpec.scala
diff options
context:
space:
mode:
authorFederico Igne <federico.igne@cs.ox.ac.uk>2020-10-09 18:26:25 +0200
committerFederico Igne <federico.igne@cs.ox.ac.uk>2020-10-09 18:26:25 +0200
commit6d88de9bf58ddb499377a39b4d362e755fa379d2 (patch)
tree15ff807e4f5f766947d7b3cf1e95cfc9c03a470a /src/test/scala/rsacomb/OWLAxiomSpec.scala
parent1d257a9287480014a4664c7808222179b6d2ae1d (diff)
downloadRSAComb-6d88de9bf58ddb499377a39b4d362e755fa379d2.tar.gz
RSAComb-6d88de9bf58ddb499377a39b4d362e755fa379d2.zip
Fix problem with tests
Tests where not ported to the new (slightly more generic) interface.
Diffstat (limited to 'src/test/scala/rsacomb/OWLAxiomSpec.scala')
-rw-r--r--src/test/scala/rsacomb/OWLAxiomSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/rsacomb/OWLAxiomSpec.scala b/src/test/scala/rsacomb/OWLAxiomSpec.scala
index bbccd7b..c5b8763 100644
--- a/src/test/scala/rsacomb/OWLAxiomSpec.scala
+++ b/src/test/scala/rsacomb/OWLAxiomSpec.scala
@@ -163,7 +163,7 @@ object OWLAxiomSpec {
163 term: Term, 163 term: Term,
164 skolem: SkolemStrategy = SkolemStrategy.None 164 skolem: SkolemStrategy = SkolemStrategy.None
165 ): List[Rule] = { 165 ): List[Rule] = {
166 axiom.accept(RDFoxAxiomConverter(term, skolem)) 166 axiom.accept(RDFoxAxiomConverter(term, List()))
167 } 167 }
168 168
169} // object OWLAxiomSpec 169} // object OWLAxiomSpec