mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-18 10:43:28 +00:00
fix: imports in error pkg tests
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
caos_errs "github.com/caos/utils/errors"
|
||||
caos_errs "github.com/caos/zitadel/internal/errors"
|
||||
)
|
||||
|
||||
func TestUnknownError(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user