Skip to content

Commit c9e04fa

Browse files
committed
test: increase number of updaters in test
1 parent 4fc9e92 commit c9e04fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/registry/updaterRegistry.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ describe('UpdaterRegistry', () => {
77
await registry.loadUpdaters();
88
const allUpdaters = registry.getAllUpdaters();
99

10-
// There are 6 updaters in the src/updaters directory
11-
expect(allUpdaters).toHaveLength(6);
10+
// There are all updaters in the src/updaters directory
11+
expect(allUpdaters).toHaveLength(7);
1212

1313
// Check if all platforms are loaded
1414
const platforms = allUpdaters.map((updater) => updater.platform);

0 commit comments

Comments
 (0)