Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cisphyx committed Jan 20, 2025
1 parent 7914d5a commit 8f4eeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapse/tests/test_cortex.py
Original file line number Diff line number Diff line change
Expand Up @@ -3107,8 +3107,8 @@ async def test_cortex_model_dict(self):
self.nn(model['univs'].get('.created'))
self.nn(model['univs'].get('.seen'))

self.true(model['types']['edge'].get('deprecated'))
self.true(model['types']['timeedge'].get('deprecated'))
self.true(model['types']['edge']['info'].get('deprecated'))
self.true(model['types']['timeedge']['info'].get('deprecated'))

async def test_storm_graph(self):

Expand Down

0 comments on commit 8f4eeec

Please sign in to comment.