Skip to content

Commit 17f4ff8

Browse files
fix failing test
1 parent 66cd545 commit 17f4ff8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/gather/gather-telemetry.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ describe('Provide a personalized `Gathering Function`', () => {
4646
});
4747
});
4848

49-
test('can determine components with a robust function', async () => {
49+
test('can determine most Ember types with a robust function', async () => {
5050
await gatherTelemetry('http://localhost:4200', analyzeEmberObject);
5151
let telemetry = getTelemetry();
52-
expect(Object.values(telemetry).filter(Boolean).length).toEqual(29);
52+
expect(Object.values(telemetry).filter(Boolean).length).toEqual(34);
5353
});
5454

5555
test('can handle external functions', async () => {

0 commit comments

Comments
 (0)