Skip to content

Commit

Permalink
fix index in test
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Jan 16, 2024
1 parent 5c7f2c6 commit 8f1ef76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions block/fetcher/rpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func Test_TrxErrorEncode(t *testing.T) {
TrxErrCode: TrxErr_InstructionError,
detail: &InstructionError{
InstructionErrorCode: InstructionError_BorshIoError,
InstructionIndex: 1,
detail: &BorshIoError{
Msg: "error.1",
},
Expand Down

0 comments on commit 8f1ef76

Please sign in to comment.