Skip to content

Commit

Permalink
Merge pull request #517 from hedengran/revert-incorrect-update-to-ass…
Browse files Browse the repository at this point in the history
…ertion

Revert incorrect update to test assertion
  • Loading branch information
hedengran authored Nov 24, 2021
2 parents 521060e + 4ae25c8 commit 9cae98e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tck/features/expressions/boolean/Boolean5.feature
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Feature: Boolean5 - Interop of logical operations
| false | false | false | true |
And no side effects

Scenario: [6] Conjunction is distributive over exclusive disjunction on null
Scenario: [6] Conjunction is not distributive over exclusive disjunction on null
Given any graph
When executing query:
"""
Expand All @@ -181,7 +181,7 @@ Feature: Boolean5 - Interop of logical operations
| false | null | true | true |
| false | null | false | true |
| false | null | null | true |
| null | true | true | true |
| null | true | true | false |
| null | true | false | true |
| null | true | null | true |
| null | false | true | true |
Expand Down

0 comments on commit 9cae98e

Please sign in to comment.