Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Aug 23, 2018
1 parent afa69ec commit 4108965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brasil/gov/tiles/tests/test_upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_profile_version(self):

def test_registered_steps(self):
steps = len(self.setup.listUpgrades(self.profile_id)[0])
self.assertEqual(steps, 10)
self.assertEqual(steps, 11)

def test_update_resources_references(self):
# address also an issue with Setup permission
Expand Down

0 comments on commit 4108965

Please sign in to comment.