Skip to content

Commit 3c7447e

Browse files
committed
chore: remove only
1 parent 2629cfc commit 3c7447e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-tests/modules/__tests__/payment/payment-session.workflows.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ medusaIntegrationTestRunner({
219219
expect(sessions).toHaveLength(0)
220220
})
221221

222-
it.only("should not delete account holder if it exists before creating payment sessions", async () => {
222+
it("should not delete account holder if it exists before creating payment sessions", async () => {
223223
await createPaymentSessionsWorkflow(appContainer).run({
224224
input: {
225225
payment_collection_id: paymentCollection.id,

0 commit comments

Comments
 (0)