Skip to content

Commit 79ec891

Browse files
committed
Fix oops
1 parent de013c7 commit 79ec891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/PlanPage/subRoutes/UpgradePlanPage/UpgradeForm/UpgradeForm.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2444,7 +2444,7 @@ describe('UpgradeForm', () => {
24442444
})
24452445
})
24462446

2447-
describe.only('user is upgrading personal org', () => {
2447+
describe('user is upgrading personal org', () => {
24482448
const props = {
24492449
setSelectedPlan: vi.fn(),
24502450
selectedPlan: {
@@ -2467,7 +2467,7 @@ describe('UpgradeForm', () => {
24672467
})
24682468
})
24692469

2470-
describe.only('user is not upgrading personal org', () => {
2470+
describe('user is not upgrading personal org', () => {
24712471
const props = {
24722472
setSelectedPlan: vi.fn(),
24732473
selectedPlan: {

0 commit comments

Comments
 (0)