Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Mar 4, 2021
1 parent f4ed8ba commit fbd3004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extensions/test_timestamps.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_apply(self):
self.assertIsNone(d)

for p in ('expires', 'unpublished'):
self.assertIsNone(item.properties[p])
self.assertNotIn(p, item.properties)

def test_validate_timestamps(self):
item = pystac.read_file(self.example_uri)
Expand Down

0 comments on commit fbd3004

Please sign in to comment.