Skip to content

Commit fbd3004

Browse files
committed
fixed test
1 parent f4ed8ba commit fbd3004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extensions/test_timestamps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_apply(self):
5050
self.assertIsNone(d)
5151

5252
for p in ('expires', 'unpublished'):
53-
self.assertIsNone(item.properties[p])
53+
self.assertNotIn(p, item.properties)
5454

5555
def test_validate_timestamps(self):
5656
item = pystac.read_file(self.example_uri)

0 commit comments

Comments
 (0)