Skip to content

Commit

Permalink
fix missing paren introduced by trying to use github's conflict resol…
Browse files Browse the repository at this point in the history
…ution
  • Loading branch information
FedericoAureliano committed Jul 17, 2024
1 parent aa6716e commit a063957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/scala/SMTLIB2Spec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ class SMTLIB2Spec extends AnyFlatSpec {
}
"issue-253.ucl" should "fail all 2 assertions." in {
SMTLIB2Spec.expectedFails("./test/issue-253.ucl", 2)
}
"issue-255.ucl" should "faill single assertion." in {
SMTLIB2Spec.expectedFails("./test/issue-255.ucl", 1)
}
Expand Down

0 comments on commit a063957

Please sign in to comment.