From 539b5d0efa38e14fc35c11e27212a86984fc2b3c Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Tue, 6 Jan 2015 14:10:13 +0100 Subject: [PATCH] Fixed indentation in vcs_tests Change-Id: Ib7a0b2ad688f1c80b0129b342fac772d960f2b1e Closes-Bug: #1407961 --- tests/unit/test_vcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_vcs.py b/tests/unit/test_vcs.py index 191668a3b..8c08f6891 100644 --- a/tests/unit/test_vcs.py +++ b/tests/unit/test_vcs.py @@ -126,8 +126,8 @@ diff_stat: 0 files changed, 0 insertions(+), 0 deletions(-) ''' + commits = list(self.git.log('dummy', 'dummy')) - commits = list(self.git.log('dummy', 'dummy')) commits_expected = 7 self.assertEqual(commits_expected, len(commits))