Skip to content

Commit

Permalink
Fix wrong secret key format for Rust test
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <[email protected]>
  • Loading branch information
stv0g committed Aug 4, 2023
1 parent e1ceb22 commit bf49b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestServer(t *testing.T) {
})

t.Run("Go-to-Rust", func(t *testing.T) {
testHandshake(t, newGoServer, newRustServer, rp.GenerateRound2KeyPair, rp.GenerateKeyPair, numHandshakes)
testHandshake(t, newGoServer, newRustServer, rp.GenerateKeyPair, rp.GenerateRound2KeyPair, numHandshakes)
})
}

Expand Down

0 comments on commit bf49b9b

Please sign in to comment.