Skip to content

Commit

Permalink
Try to force push to clean up commit history again
Browse files Browse the repository at this point in the history
  • Loading branch information
julian88110 committed Oct 13, 2022
1 parent 848d27b commit d6a4ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/security/noise/transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ func TestHandshakeWithTransportEarlyData(t *testing.T) {
{initProtos: nil, respProtos: nil, expectedResult: ""},
{[]string{"muxer1"}, []string{"muxer1"}, "muxer1"},
{[]string{"muxer1"}, []string{}, ""},
{[]string{}, []string{"muxer1"}, ""},
{[]string{}, []string{"muxer2"}, ""},
{[]string{"muxer2"}, []string{"muxer1"}, ""},
{[]string{"muxer1/1.0.0", "muxer2/1.0.1"}, []string{"muxer2/1.0.1", "muxer1/1.0.0"}, "muxer1/1.0.0"},
{[]string{"muxer1/1.0.0", "muxer2/1.0.1", "muxer3/1.0.0"}, []string{"muxer2/1.0.1", "muxer1/1.0.1", "muxer3/1.0.0"}, "muxer2/1.0.1"},
Expand Down

0 comments on commit d6a4ca3

Please sign in to comment.