Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricbet committed Aug 2, 2023
1 parent a8b762d commit 4718ac4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ describe('main layout test', () => {
handler.setCollapsed('test-view-id5', true);
});
expect(handler.isCollapsed('test-view-id5')).toBeTruthy();
expect(mockCb).toBeCalledTimes(4);
expect(mockCb).toBeCalledTimes(5);
act(() => {
handler.setBadge('20');
handler.updateTitle('gggggggg');
Expand Down

0 comments on commit 4718ac4

Please sign in to comment.