Skip to content

Commit b987ffa

Browse files
committed
test: fix small issue in validator tests
1 parent 8eac0ad commit b987ffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/src/test/test_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def test_geometry_validation(self):
2222
validator.errors,
2323
[
2424
"Geodataframe for BaseValidator is not using the correct coordinate system pegged to Philadelphia",
25-
"Dataframe for BaseValidator not contained within Philadelphia limits.",
25+
"Dataframe for BaseValidator contains observations outside Philadelphia limits.",
2626
],
2727
)
2828

0 commit comments

Comments
 (0)