Skip to content

Commit 3ba7422

Browse files
committed
test: remove fail call
1 parent c5ced9b commit 3ba7422

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/scala/io/github/kelvindev15/dsl/TestDSL.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class TestDSL extends AnyFunSuite with Matchers with PrologDSL:
1414
test("Creation of a fact") {
1515
val f: Fact = "father"("abraham", "tehrach")
1616
f shouldBe a [Fact]
17-
fail()
1817
}
1918

2019
test("Creation of a rule") {

0 commit comments

Comments
 (0)