Skip to content

Commit bd4a129

Browse files
committed
fix
1 parent a17e0ca commit bd4a129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/tests/proofs.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ describe("Proofs", () => {
161161
to: vaultSetup.vault.address,
162162
op: JettonVault.opcodes.JettonNotifyWithActionRequest,
163163
success: true, // Because commit was called
164-
exitCode: JettonVault.errors["Jetton Vault: Proof is invalid"],
164+
exitCode: JettonVault.errors["JettonVault: Proof is invalid"],
165165
}),
166166
)
167167

0 commit comments

Comments
 (0)