Skip to content

Commit

Permalink
Fix the schema test
Browse files Browse the repository at this point in the history
  • Loading branch information
pikhovkin committed Sep 24, 2023
1 parent 6906d8b commit f3d3884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema_viewer/tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def test_schema(self):
'django_session',
}
schema = get_schema()
self.assertTrue({t['name'] for t in schema['resources']}, tables)
self.assertTrue({t['name'] for t in schema['resources']} == tables)

0 comments on commit f3d3884

Please sign in to comment.