fix: template removed events on projections (#2863)

This commit is contained in:
Livio Amstutz
2021-12-17 09:31:39 +01:00
committed by GitHub
parent cc04067da3
commit 28d7acdf99
4 changed files with 7 additions and 7 deletions

View File

@@ -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",
},
},
},