Skip to content

Commit 74559fb

Browse files
committed
fix(services/ocp): correct assert for VirtualMachineProgram_TransferForSwapWithFee command resolution
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent d2eff17 commit 74559fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/opencode/src/test/kotlin/com/getcode/opencode/internal/solana/programs/VirtualMachineProgramTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class VirtualMachineProgramTest {
107107
feeDestination = testKey(7),
108108
swapAmount = 1000L, feeAmount = 500L, bump = 255
109109
)
110-
assertEquals(17.toByte(), ix.encode()[0])
110+
assertEquals(20.toByte(), ix.encode()[0])
111111
}
112112

113113
@Test

0 commit comments

Comments
 (0)