Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb5278c5

Browse files
committed
fixed the buffer test.
1 parent7f34a25 commitb5278c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/git/test_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def test_it_does_not_strip_output_when_using_with_raw_output(self):
5454

5555
deftest_it_handles_large_input(self):
5656
output=self.git.execute(["cat","/bin/bash"])
57-
assert(len(output)>4096*1024)# at least 4k
57+
assert(len(output)>4096)# at least 4k

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp