Skip to content

Commit fc30131

Browse files
committed
Remove another duplicated test
1 parent 9dd4729 commit fc30131

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Serilog.Expressions.Tests/Cases/expression-evaluation-cases.asv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ not true ⇶ false
8787
not false ⇶ true
8888
not undefined ⇶ true
8989
not(true) ⇶ false
90-
not false and false ⇶ false
9190
not(false and false) ⇶ true
9291
not(undefined) ⇶ true
9392
'not a bool' or true ⇶ true

0 commit comments

Comments
 (0)