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:
Iraq Jaber
2025-08-11 09:00:29 +01:00
parent e8145c15ff
commit 2b759df030

View File

@@ -52,7 +52,6 @@ func TestStart(t *testing.T) {
mock = NewMockprojection(ctrl) mock = NewMockprojection(ctrl)
mock.EXPECT().String().Return(duplicateName) mock.EXPECT().String().Return(duplicateName)
mock.EXPECT().Start(gomock.Any())
projections[4] = mock projections[4] = mock
return projections return projections