Skip to content

Commit 6af9d96

Browse files
committed
Check tests: add case with hint into test_fail_isUnique.
1 parent 222cbb2 commit 6af9d96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_checks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ def test_isUnique(self):
454454

455455
def test_fail_isUnique(self):
456456
self.assertEqual(self.isUnique("d"), [Row(constraint_status="Failure")])
457+
self.assertEqual(self.isUnique("f", "All rows are unique"), [Row(constraint_status="Failure")])
457458

458459
def test_hasUniqueness(self):
459460
self.assertEqual(

0 commit comments

Comments
 (0)