We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ced9b commit 3ba7422Copy full SHA for 3ba7422
src/test/scala/io/github/kelvindev15/dsl/TestDSL.scala
@@ -14,7 +14,6 @@ class TestDSL extends AnyFunSuite with Matchers with PrologDSL:
14
test("Creation of a fact") {
15
val f: Fact = "father"("abraham", "tehrach")
16
f shouldBe a [Fact]
17
- fail()
18
}
19
20
test("Creation of a rule") {
0 commit comments