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

Skip to content

Commit 8c75a26

Browse files
authored
update hello world go test
1 parent 13b673c commit 8c75a26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/languages/golang_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def test_local_golang_additional_deps(tmp_path):
128128
deps=('golang.org/x/example/hello@latest',),
129129
)
130130

131-
assert ret == (0, b'Hello, Go examples!\n')
131+
assert ret == (0, b'Hello, world!\n')
132132

133133

134134
def test_golang_hook_still_works_when_gobin_is_set(tmp_path):

0 commit comments

Comments
 (0)