mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Merge pull request #2949 from pre-commit/asottile-patch-1
update hello world go test
This commit is contained in:
commit
b2ff5e401b
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ def test_local_golang_additional_deps(tmp_path):
|
|||
deps=('golang.org/x/example/hello@latest',),
|
||||
)
|
||||
|
||||
assert ret == (0, b'Hello, Go examples!\n')
|
||||
assert ret == (0, b'Hello, world!\n')
|
||||
|
||||
|
||||
def test_golang_hook_still_works_when_gobin_is_set(tmp_path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue