Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Jul 12, 2019
1 parent 1cbf1fd commit b1a4590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/tests/legacy/functional/test_group.py
Expand Up @@ -34,6 +34,7 @@ def test_sorting(self):
pkg2 = model.Package(name="pkg2")
model.Session.add(pkg1)
model.Session.add(pkg2)
model.Session.commit()

CreateTestData.create_groups([{'name': "alpha",
'title': "Alpha",
Expand Down

0 comments on commit b1a4590

Please sign in to comment.