From 950bc2c7fb996b4a19393e116fc4a6fe57ad5d21 Mon Sep 17 00:00:00 2001 From: "Andrew S. Brown" Date: Sun, 27 Jan 2019 14:02:53 -0800 Subject: [PATCH] Shorten line --- tests/repository_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/repository_test.py b/tests/repository_test.py index 5acbfde5..282da235 100644 --- a/tests/repository_test.py +++ b/tests/repository_test.py @@ -275,7 +275,7 @@ def test_golang_hook_still_works_when_gobin_is_set(tempdir_factory, store): tempdir_factory, store, 'golang_hooks_repo', 'golang-hook', [], b'hello world\n', ) - assert os.listdir(gobin_dir) == [], "hook should not be installed in $GOBIN" + assert os.listdir(gobin_dir) == [], "hook must not be installed in $GOBIN" def test_rust_hook(tempdir_factory, store):