Skip to content

Commit f4831d8

Browse files
committed
fix: test
1 parent 27a3373 commit f4831d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spaces/mcp/components/Kpi/Kpi.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('<Kpi>', () => {
6161
});
6262
});
6363

64-
context('kpiType="none"', () => {
64+
context('kpiType="enabled"', () => {
6565
it('renders nothing', () => {
6666
mount({ kpiType: 'enabled' });
6767

0 commit comments

Comments
 (0)