Skip to content

Commit

Permalink
Make tests run on skosprovider 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Oct 19, 2014
1 parent 3aac8c6 commit 4e16e99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ def test_get_concept(self):
pv = self._get_provider_view(request)
concept = pv.get_concept()
self.assertIsInstance(concept, Concept)
self.assertIn('id', concept)
self.assertEqual(1, concept['id'])
self.assertEqual(1, concept.id)

def test_get_unexsisting_concept(self):
request = self._get_dummy_request()
Expand Down

0 comments on commit 4e16e99

Please sign in to comment.