File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8989 steps :
9090 - uses : actions/checkout@v2
9191 - name : golangci-lint
92- uses : golangci/golangci-lint-action@v1
92+ uses : golangci/golangci-lint-action@v2
9393 with :
94- version : v1.26
94+ version : v1.29
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ func TestDao_ExtrinsicList(t *testing.T) {
5555func TestDao_GetExtrinsicsDetailByIndex (t * testing.T ) {
5656 ctx := context .TODO ()
5757 extrinsic := testDao .GetExtrinsicsDetailByIndex (ctx , "947689-1" )
58- assert .Equal (t , "5Ct9YwxrnJmMw1q45iD73u55XJcM6cyfwnVyNrHJQCC52zia " , extrinsic .AccountId )
58+ assert .Equal (t , "7c6xGmL2NuZXcF2wt98ZxAf2QkHr7ALDDnb9puxR8p5VvEY " , extrinsic .AccountId )
5959 assert .Equal (t , testSignedExtrinsic .Params , extrinsic .Params )
6060}
6161
You can’t perform that action at this time.
0 commit comments