Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
baarayy committed May 15, 2024
1 parent e51e02a commit e6900c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handshake/handshake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestSerialize(t *testing.T) {
},
"different pstr": {
input: &Handshake{
Pstr: "BitTorrent protocol, but different",
Pstr: "BitTorrent protocol, but cooler?",
InfoHash: [20]byte{134, 212, 200, 0, 36, 164, 105, 190, 76, 80, 188, 90, 16, 44, 247, 23, 128, 49, 0, 116},
PeerID: [20]byte{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20},
},
Expand Down

0 comments on commit e6900c9

Please sign in to comment.