@@ -471,7 +471,7 @@ func TestRaydiumLiquidityPoolV4Swap_0(t *testing.T) {
471
471
results , _ := Parser (byteValue )
472
472
action := results [0 ].Actions [4 ]
473
473
474
- if swapAction , ok := action .(* types. RaydiumLiquidityPoolV4SwapAction ); ok {
474
+ if swapAction , ok := action .(* raydiumLiquidityPoolV4. SwapAction ); ok {
475
475
assert .Equal (t , swapAction .ProgramID , raydiumLiquidityPoolV4 .Program )
476
476
assert .Equal (t , swapAction .ProgramName , raydiumLiquidityPoolV4 .ProgramName )
477
477
assert .Equal (t , swapAction .InstructionName , "Swap" )
@@ -496,7 +496,7 @@ func TestRaydiumLiquidityPoolV4Swap_1(t *testing.T) {
496
496
results , _ := Parser (byteValue )
497
497
action := results [0 ].Actions [4 ]
498
498
499
- if swapAction , ok := action .(* types. RaydiumLiquidityPoolV4SwapAction ); ok {
499
+ if swapAction , ok := action .(* raydiumLiquidityPoolV4. SwapAction ); ok {
500
500
assert .Equal (t , swapAction .ProgramID , raydiumLiquidityPoolV4 .Program )
501
501
assert .Equal (t , swapAction .ProgramName , raydiumLiquidityPoolV4 .ProgramName )
502
502
assert .Equal (t , swapAction .InstructionName , "Swap" )
@@ -521,7 +521,7 @@ func TestRaydiumLiquidityPoolV4Swap_2(t *testing.T) {
521
521
results , _ := Parser (byteValue )
522
522
action := results [0 ].Actions [3 ]
523
523
524
- if swapAction , ok := action .(* types. RaydiumLiquidityPoolV4SwapAction ); ok {
524
+ if swapAction , ok := action .(* raydiumLiquidityPoolV4. SwapAction ); ok {
525
525
assert .Equal (t , swapAction .ProgramID , raydiumLiquidityPoolV4 .Program )
526
526
assert .Equal (t , swapAction .ProgramName , raydiumLiquidityPoolV4 .ProgramName )
527
527
assert .Equal (t , swapAction .InstructionName , "Swap" )
0 commit comments