From b979607c42a5914da2fbc57c70c560e419e64a8e Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sun, 8 Sep 2019 05:56:57 -0700 Subject: [PATCH] fix --- src/croc/croc_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/croc/croc_test.go b/src/croc/croc_test.go index 823fd1bd..492a05f4 100644 --- a/src/croc/croc_test.go +++ b/src/croc/croc_test.go @@ -143,10 +143,10 @@ func TestCrocError(t *testing.T) { log.SetLevel("warn") sender, _ := New(Options{ IsSender: true, - SharedSecret: "test", + SharedSecret: "test33", Debug: true, - RelayAddress: "doesntexistok.com:8181", - RelayPorts: []string{"8181", "8182"}, + RelayAddress: "doesntexistok.com:8381", + RelayPorts: []string{"8381", "8382"}, Stdout: true, NoPrompt: true, DisableLocal: true,