diff --git a/packages/core/test/linker/change_detection_integration_spec.ts b/packages/core/test/linker/change_detection_integration_spec.ts index 3e04b946f7..9061d77010 100644 --- a/packages/core/test/linker/change_detection_integration_spec.ts +++ b/packages/core/test/linker/change_detection_integration_spec.ts @@ -1315,7 +1315,7 @@ const TEST_COMPILER_PROVIDERS: Provider[] = [ }); describe('multi directive order', () => { - fixmeIvy('FW-822: Order of bindings to directive inputs different in ivy') + modifiedInIvy('order of bindings to directive inputs is different in ivy') .it('should follow the DI order for the same element', fakeAsync(() => { const ctx = createCompFixture( '
');