Skip to content

Commit aaec1c0

Browse files
committed
made codecov happy
didn't test the show functions my bad
1 parent b021670 commit aaec1c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/many-valued-logics.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ FuzzyLogic(GodelTNorm)
164164
MXA = ManyExpertAlgebra(GodelLogic)
165165
addexperts!(MXA, LukasiewiczLogic, ProductLogic)
166166

167+
@test occursin("Gödel", sprint(show, MXA))
168+
@test occursin("Łukasiewicz", sprint(show, MXA))
169+
@test occursin("Product", sprint(show, MXA))
170+
171+
@test occursin("+", sprint(show, FuzzyLogic(ContinuousBinaryOperation(+))))
172+
167173
@test iscrisp(MXA) == false
168174

169175
@test top(MXA) == ntuple(i -> top(MXA.experts[i]), 3)

0 commit comments

Comments
 (0)