mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
fix(projection): correct type cast of user grant reactivated (#7123)
* fix(projection): correct type cast of user grant reactivated * test: correct mapper
This commit is contained in:
@@ -345,7 +345,7 @@ func TestUserGrantProjection_reduces(t *testing.T) {
|
||||
usergrant.UserGrantReactivatedType,
|
||||
usergrant.AggregateType,
|
||||
nil,
|
||||
), usergrant.UserGrantDeactivatedEventMapper),
|
||||
), usergrant.UserGrantReactivatedEventMapper),
|
||||
},
|
||||
reduce: (&userGrantProjection{}).reduceReactivated,
|
||||
want: wantReduce{
|
||||
|
Reference in New Issue
Block a user