Skip to content

Commit

Permalink
fix value range test
Browse files Browse the repository at this point in the history
Signed-off-by: mollle <[email protected]>
  • Loading branch information
mollle committed Jan 9, 2025
1 parent db1ca1d commit 62a49f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def check(self) -> PySparkDataFrame:
out_of_range_df = self.check_for_out_of_range()

if out_of_range_df.count() > 0:
self._log_out_of_range_values(out_of_range_df)
self.log_out_of_range_values(out_of_range_df)
else:
self.logger.info(f"No out of range values found in 'Value' column.")

Expand Down

0 comments on commit 62a49f5

Please sign in to comment.