Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Михаил Трифонов committed Sep 8, 2016
1 parent eb09d26 commit 0e36e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def test_run_empty(self):
def test_require(self):
program_inst = program.Program(require=['some_ext'])

self.assertIn('some_etx', program_inst.context.require)
self.assertIn('some_ext', program_inst.context.require)


class TestSuiteIsValid(BaseTestCase):
Expand Down

0 comments on commit 0e36e9e

Please sign in to comment.