@@ -21,9 +21,9 @@ import (
|
||||
"errors"
|
||||
"testing"
|
||||
|
||||
"go.probo.inc/probo/pkg/crypto/keys"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"go.probo.inc/probo/pkg/crypto/keys"
|
||||
)
|
||||
|
||||
func TestGenerate(t *testing.T) {
|
||||
@@ -162,4 +162,4 @@ func BenchmarkGenerate(b *testing.B) {
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,9 +31,9 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"go.probo.inc/probo/pkg/crypto/pem"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"go.probo.inc/probo/pkg/crypto/pem"
|
||||
)
|
||||
|
||||
func TestEncodeCertificate(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user