Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix #306
  • Loading branch information
canimus committed Aug 30, 2024
1 parent 14fd3dd commit a69ddd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a69ddd1

Please sign in to comment.