Skip to content

Commit 91440c4

Browse files
committed
chore: PR comment
1 parent 4b6cf20 commit 91440c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/features/transaction-wizard/models/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ export type BuildApplicationCreateTransactionResult = CommonBuildTransactionResu
129129
onComplete:
130130
| algosdk.OnApplicationComplete.NoOpOC
131131
| algosdk.OnApplicationComplete.OptInOC
132-
| algosdk.OnApplicationComplete.CloseOutOC
133132
| algosdk.OnApplicationComplete.UpdateApplicationOC
134133
| algosdk.OnApplicationComplete.DeleteApplicationOC
135134
}

src/features/transaction-wizard/transaction-wizard-page.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ describe('transaction-wizard-page', () => {
342342
)
343343
})
344344

345-
it('succeeds when sending an opt-up transaction', async () => {
345+
it('succeeds when sending an op-up transaction', async () => {
346346
const { testAccount } = localnet.context
347347

348348
await executeComponentTest(

0 commit comments

Comments
 (0)