summaryrefslogtreecommitdiffstats
path: root/tests/languages/golang_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/languages/golang_test.py')
-rw-r--r--tests/languages/golang_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/languages/golang_test.py b/tests/languages/golang_test.py
index ec5a878..6406267 100644
--- a/tests/languages/golang_test.py
+++ b/tests/languages/golang_test.py
@@ -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):