mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:33:28 +00:00
fixup! fixup! fixup! fixup! fix(projections): added check to make sure there cannot be 2 projections for the same table
This commit is contained in:
@@ -52,7 +52,6 @@ func TestStart(t *testing.T) {
|
||||
|
||||
mock = NewMockprojection(ctrl)
|
||||
mock.EXPECT().String().Return(duplicateName)
|
||||
mock.EXPECT().Start(gomock.Any())
|
||||
projections[4] = mock
|
||||
|
||||
return projections
|
||||
|
Reference in New Issue
Block a user