mirror of
https://github.com/go-acme/lego.git
synced 2025-02-03 18:02:02 +02:00
Remove keyBits from tests, use keyType instead.
This commit is contained in:
parent
a61e41c90e
commit
c9e1d0a482
@ -43,7 +43,7 @@ func TestNewClient(t *testing.T) {
|
||||
}
|
||||
|
||||
if client.keyType != keyType {
|
||||
t.Errorf("Expected keyBits to be %d but was %d", keyType, client.keyType)
|
||||
t.Errorf("Expected keyType to be %s but was %s", keyType, client.keyType)
|
||||
}
|
||||
|
||||
if expected, actual := 2, len(client.solvers); actual != expected {
|
||||
|
Loading…
x
Reference in New Issue
Block a user