Skip to content

Commit

Permalink
I have missed a space
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Mar 20, 2015
1 parent ae63ebe commit 475d4b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_base_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def test_base_output_global(self):
def test_base_output_info(self):
"""
Test Output logger info
:return:
"""
info_results = OutputLogger.get_summary_info()
Expand All @@ -70,6 +71,7 @@ def test_base_output_info(self):
def test_base_output_patches(self):
"""
Test Output logger patches
:return:
"""
patch_results = OutputLogger.get_patches('Patches')
Expand All @@ -79,6 +81,7 @@ def test_base_output_patches(self):
def test_base_output_builds_old(self):
"""
Test Output logger old builds
:return:
"""
build_results = OutputLogger.get_build('old')
Expand All @@ -87,6 +90,7 @@ def test_base_output_builds_old(self):
def test_base_output_builds_new(self):
"""
Test Output logger new builds
:return:
"""
build_results = OutputLogger.get_build('new')
Expand Down

0 comments on commit 475d4b0

Please sign in to comment.