Skip to content

Commit

Permalink
Fix typo in optional? method in search test generator
Browse files Browse the repository at this point in the history
  • Loading branch information
emichaud998 committed Nov 1, 2023
1 parent b0ddfd0 commit d96c979
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def required_comparators
end

def optional?
conformance_expectation != 'SHALL' || search_metadata[:must_support_or_mandatory]
conformance_expectation != 'SHALL' || !search_metadata[:must_support_or_mandatory]
end

def search_definition(name)
Expand Down

0 comments on commit d96c979

Please sign in to comment.