diff --git a/README.md b/README.md index 77e78b4..3e90aeb 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ df = spark.sql( interval 1 day)) as date """) assert ( - check.is_between("date", "2022-01-01", "2022-01-10") + check.is_between("date", ("2022-01-01", "2022-01-10")) .validate(df) .first() .status == "PASS"