mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
test: use std erros
This commit is contained in:
parent
8223298832
commit
33df52d531
@ -1,11 +1,11 @@
|
|||||||
package keelerrors_test
|
package keelerrors_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
keelerrors "github.com/foomo/keel/errors"
|
keelerrors "github.com/foomo/keel/errors"
|
||||||
"github.com/pkg/errors"
|
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user