Skip to content

Commit

Permalink
[backend] update capa test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyCloarec committed Sep 16, 2024
1 parent 9c97814 commit 624a103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { BasicStoreEntity } from '../../../src/types/store';
describe('Data initialization test', () => {
it('should create all capabilities', async () => {
const capabilities = await listAllEntities<BasicStoreEntity>(testContext, ADMIN_USER, [ENTITY_TYPE_CAPABILITY]);
expect(capabilities.length).toEqual(38);
expect(capabilities.length).toEqual(39);
const capabilitiesNames = capabilities.map((capa) => capa.name).sort();
const allExpectedNames = [
'BYPASS',
Expand Down

0 comments on commit 624a103

Please sign in to comment.