Skip to content

Commit ec15e53

Browse files
committed
fix(test): update to changes.
1 parent 332521a commit ec15e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/test/test_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_it_raises_errors(self):
6565

6666
def test_it_transforms_kwargs_into_git_command_arguments(self):
6767
assert_equal(["-s"], self.git.transform_kwargs(**{'s': True}))
68-
assert_equal(["-s5"], self.git.transform_kwargs(**{'s': 5}))
68+
assert_equal(["-s", "5"], self.git.transform_kwargs(**{'s': 5}))
6969

7070
assert_equal(["--max-count"], self.git.transform_kwargs(**{'max_count': True}))
7171
assert_equal(["--max-count=5"], self.git.transform_kwargs(**{'max_count': 5}))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy