Skip to content

Commit

Permalink
fix golint
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Jun 24, 2021
1 parent 034739b commit e51c53c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.26
version: v1.29
2 changes: 1 addition & 1 deletion internal/dao/chainExtrinsic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestDao_ExtrinsicList(t *testing.T) {
func TestDao_GetExtrinsicsDetailByIndex(t *testing.T) {
ctx := context.TODO()
extrinsic := testDao.GetExtrinsicsDetailByIndex(ctx, "947689-1")
assert.Equal(t, "5Ct9YwxrnJmMw1q45iD73u55XJcM6cyfwnVyNrHJQCC52zia", extrinsic.AccountId)
assert.Equal(t, "7c6xGmL2NuZXcF2wt98ZxAf2QkHr7ALDDnb9puxR8p5VvEY", extrinsic.AccountId)
assert.Equal(t, testSignedExtrinsic.Params, extrinsic.Params)
}

Expand Down

0 comments on commit e51c53c

Please sign in to comment.