Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Nov 19, 2024
1 parent 7a9cf46 commit e569108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/formulas/normal-forms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ atoms(φ)
@test_nowarn dnf A)
@test_nowarn dnf (¬A ¬B))
@test_broken dnf φ) == dnf(φ)
@test dnf φ) === dnf(φ)
@test string(dnf φ)) == string(dnf(φ))

0 comments on commit e569108

Please sign in to comment.