Skip to content

Commit eb77f0b

Browse files
committed
fix lint
1 parent b0baa9b commit eb77f0b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

x-pack/plugins/fleet/common/services/check_fleet_server_versions.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ describe('isAgentVersionLessThanFleetServer', () => {
6767
] as any;
6868
expect(isAgentVersionLessThanFleetServer('8.5.0', fleetServers)).toBe(false);
6969
});
70-
});
7170

72-
describe('isAgentVersionLessThanFleetServer', () => {
7371
it('should not throw if version is not a semver', () => {
7472
const fleetServers = [
7573
{ local_metadata: { elastic: { agent: { version: '8.13.0' } } } },

0 commit comments

Comments
 (0)