From 1bade9e198f08437ad150e63dc751edb862a6f51 Mon Sep 17 00:00:00 2001 From: Ash McKenzie Date: Wed, 11 Sep 2019 23:01:40 +1000 Subject: More consistent console messages (golang) --- internal/command/receivepack/customaction_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/command/receivepack/customaction_test.go') diff --git a/internal/command/receivepack/customaction_test.go b/internal/command/receivepack/customaction_test.go index 2a4a718..11e7dce 100644 --- a/internal/command/receivepack/customaction_test.go +++ b/internal/command/receivepack/customaction_test.go @@ -100,6 +100,6 @@ func TestCustomReceivePack(t *testing.T) { // expect printing of info message, "custom" string from the first request // and "output" string from the second request - require.Equal(t, "> GitLab: info_message\n> GitLab: one more message\n", errBuf.String()) + require.Equal(t, "remote: \nremote: info_message\nremote: one more message\nremote: \n", errBuf.String()) require.Equal(t, "customoutput", outBuf.String()) } -- cgit v1.2.1