Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Olson <[email protected]>
  • Loading branch information
thomasneirynck and lukasolson authored Jan 22, 2025
1 parent 67fdf8d commit 4e5afd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('util tests', () => {
expect(isCCSRemoteIndexName('*:logstash-{now/d-2d}')).toBe(true);
});

it('should not validate selctor with wildcard', () => {
it('should not validate selector with wildcard', () => {
expect(isCCSRemoteIndexName('my-data-stream::*')).toBe(false);
});

Expand Down

0 comments on commit 4e5afd1

Please sign in to comment.