Skip to content

Commit 8945f86

Browse files
fix: update tests
1 parent b01d60a commit 8945f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/observability/src/shared/components/table/data-cell/exit-calls/exit-calls-table-cell-renderer.component.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('Exit Calls table cell renderer component', () => {
3737
['key1', '1'],
3838
['key2', '2']
3939
]);
40-
expect(spectator.component.uniqueApiCallee).toBe(2);
40+
expect(spectator.component.uniqueApiCalleeCount).toBe(2);
4141
expect(spectator.component.apiExitCalls).toBe(3);
4242
});
4343
});

0 commit comments

Comments
 (0)