Skip to content

Commit

Permalink
fix test_non_recursive_quiet_no_output
Browse files Browse the repository at this point in the history
  • Loading branch information
ity committed Jul 25, 2019
1 parent 475fe0e commit 1d98231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/pants_test/option/test_options_integration.py
Expand Up @@ -237,7 +237,6 @@ def test_non_recursive_quiet_no_output(self):
pants_run = self.run_pants(['-q', 'compile'])
self.assert_success(pants_run)
self.assertEqual('', pants_run.stdout_data)
self.assertEqual('\n', pants_run.stderr_data)

def test_skip_inherited(self):
pants_run = self.run_pants([
Expand Down

0 comments on commit 1d98231

Please sign in to comment.