Skip to content

Commit

Permalink
Fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgreenaway committed Oct 14, 2018
1 parent e3e63c9 commit 24a80c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def test_render_requisite_require_in_disabled(self):
run_num = ret['test_|-step_one_|-step_one_|-succeed_with_changes']['__run_num__']
self.assertEqual(run_num, 0)


class HighStateTestCase(TestCase, AdaptedConfigurationTestCaseMixin):
def setUp(self):
root_dir = tempfile.mkdtemp(dir=integration.TMP)
Expand Down

0 comments on commit 24a80c6

Please sign in to comment.