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