Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf691e8

Browse files
committed
that's what I get for not waiting for CI
1 parent 67bc05e commit cf691e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/staged_files_only_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def img_staged(tempdir_factory):
145145

146146
def _test_img_state(path, expected_file='img1.jpg', status='A'):
147147
assert os.path.exists(path.img_filename)
148-
with io.open(path.img_filename, 'rb') as f1
148+
with io.open(path.img_filename, 'rb') as f1:
149149
with io.open(get_resource_path(expected_file), 'rb') as f2:
150150
assert f1.read() == f2.read()
151151
actual_status = get_short_git_status()['img.jpg']

0 commit comments

Comments
 (0)