Skip to content

Commit

Permalink
remove unix sock test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeffcaii committed Aug 5, 2019
1 parent bb49f65 commit 29e9b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsocket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var testData = "Hello World!"
func TestAllInOne(t *testing.T) {
//logger.SetLevel(logger.LevelDebug)
addresses := map[string]string{
"unix": "unix:///tmp/rsocket.test.sock",
//"unix": "unix:///tmp/rsocket.test.sock",
"tcp": "tcp://localhost:7878",
"websocket": "ws://localhost:8080/test",
}
Expand Down

0 comments on commit 29e9b0b

Please sign in to comment.