Plugins: Fix data source plugins list test failure (#34477)

This commit is contained in:
Torkel Ödegaard 2021-05-20 11:36:28 +02:00 committed by GitHub
parent 60d0c8d0ec
commit 649d36e66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,6 @@ describe('buildCategories', () => {
it('should add enterprise phantom plugins', () => {
expect(categories[3].title).toBe('Enterprise plugins');
expect(categories[3].plugins.length).toBe(10);
expect(categories[3].plugins.length).toBe(11);
});
});