Browse Source

Remove unused constant

pull/1422/head
Alex Browne 5 years ago
committed by Steven Allen
parent
commit
391b41eef5
  1. 4
      p2p/transport/websocket/browser_integration_native_test.go

4
p2p/transport/websocket/browser_integration_native_test.go

@ -17,10 +17,6 @@ import (
ma "github.com/multiformats/go-multiaddr"
)
const (
testServerPort = ":9714"
)
// TestInBrowser is a harness that allows us to use `go test` in order to run
// WebAssembly tests in a headless browser.
func TestInBrowser(t *testing.T) {

Loading…
Cancel
Save