Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
pep8.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulif committed May 17, 2015
1 parent e2a97ea commit 8e83c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/testsetup/tests/test_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_layeredsetup01(self):
with Capture() as cap:
testrunner.run(defaults)
assert "Total: 4 tests, 0 failures, 0 errors and 0 skipped" in (
cap.out)
cap.out)


def tests_from_testcase(test_case):
Expand Down

0 comments on commit 8e83c3f

Please sign in to comment.