Skip to content

Commit

Permalink
Fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Dec 6, 2022
1 parent 80c1fc8 commit eefa26e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('ExperimentDatastreamSettings', () => {
expect(mockSetNewExperimentalDataFeatures).not.toBeCalled();
});

it('should be not checked and disabled if the regitry datastream define source_mode synthetic if used disabled it', () => {
it('should be not checked and disabled if the regitry datastream define source_mode synthetic and the user disabled it', () => {
const mockSetNewExperimentalDataFeatures = jest.fn();
const res = createFleetTestRendererMock().render(
<ExperimentDatastreamSettings
Expand Down

0 comments on commit eefa26e

Please sign in to comment.