Skip to content

Commit

Permalink
Merge pull request #34 from calogica/fix/issue-33
Browse files Browse the repository at this point in the history
Fixes set logic in expect_column_distinct_values_to_be_in_set
  • Loading branch information
clausherther authored Apr 8, 2021
2 parents 7d52fd5 + 6b0d84e commit 4de1d12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ validation_errors as (
left outer join
unique_set_values s on v.value_field = s.value_field
where
v.value_field is null
s.value_field is null

)

Expand Down

0 comments on commit 4de1d12

Please sign in to comment.