Skip to content

Commit 1e6ec1f

Browse files
committed
refactor: fixing test
1 parent fd26c88 commit 1e6ec1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/observability/src/shared/components/timeline-card-list/timeline-card-list.component.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ describe('Timeline Card List component', () => {
167167
});
168168

169169
expect(spectator.query('.time')).not.toExist();
170-
expect(spectator.query('.button')).not.toBe(spectator.query('.with-margin'));
170+
expect(spectator.query('.button')).toBe(spectator.query('.with-margin'));
171171
});
172172
});

0 commit comments

Comments
 (0)