Skip to content

Commit

Permalink
Adds assert to see if creation_timestamp is created
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Giguere committed Feb 14, 2013
1 parent 6e56a99 commit f114d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ion/services/dm/utility/test/test_granule.py
Expand Up @@ -49,6 +49,7 @@ def verify_incoming(self, m,r,s):
self.assertEquals(rdt, self.rdt)
self.assertEquals(m.data_producer_id, self.data_producer_id)
self.assertEquals(m.provider_metadata_update, self.provider_metadata_update)
self.assertNotEqual(m.creation_timestamp, None)
self.event.set()


Expand Down

0 comments on commit f114d32

Please sign in to comment.