mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 09:57:37 +00:00
fix: template removed events on projections (#2863)
This commit is contained in:
@@ -10,7 +10,6 @@ import (
|
||||
"github.com/caos/zitadel/internal/eventstore/repository"
|
||||
"github.com/caos/zitadel/internal/repository/iam"
|
||||
"github.com/caos/zitadel/internal/repository/org"
|
||||
"golang.org/x/text/language"
|
||||
)
|
||||
|
||||
func TestMessageTextProjection_reduces(t *testing.T) {
|
||||
@@ -574,7 +573,7 @@ func TestMessageTextProjection_reduces(t *testing.T) {
|
||||
expectedArgs: []interface{}{
|
||||
"agg-id",
|
||||
"InitCode",
|
||||
language.English,
|
||||
"en",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user