Skip to content

Commit

Permalink
Gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorsm committed May 2, 2024
1 parent 98d355e commit 8cb92f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ const (
messageRetry = 200 * time.Millisecond
)

var errServerTimeout = errors.New("waiting on serverReady err: timeout")
var errHookCiphersFailed = errors.New("hook failed to modify cipherlist")
var errHookAPLNFailed = errors.New("hook failed to modify APLN extension")
var (
errServerTimeout = errors.New("waiting on serverReady err: timeout")
errHookCiphersFailed = errors.New("hook failed to modify cipherlist")
errHookAPLNFailed = errors.New("hook failed to modify APLN extension")
)

func randomPort(t testing.TB) int {
t.Helper()
Expand Down

0 comments on commit 8cb92f6

Please sign in to comment.