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

Skip to content

Commit 950bc2c

Browse files
committed
Shorten line
1 parent fe5390c commit 950bc2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/repository_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def test_golang_hook_still_works_when_gobin_is_set(tempdir_factory, store):
275275
tempdir_factory, store, 'golang_hooks_repo',
276276
'golang-hook', [], b'hello world\n',
277277
)
278-
assert os.listdir(gobin_dir) == [], "hook should not be installed in $GOBIN"
278+
assert os.listdir(gobin_dir) == [], "hook must not be installed in $GOBIN"
279279

280280

281281
def test_rust_hook(tempdir_factory, store):

0 commit comments

Comments
 (0)