Skip to content

Commit

Permalink
修改林特错误
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyile committed Aug 25, 2024
1 parent c1b499a commit b96a52f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions erk_fc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ func TestNewErkFmx2(t *testing.T) {
require.True(t, errors_example.IsServerDbError(erk))
t.Log(erk)

var err error
err = erk
var err error = erk

var target *errors.Error
ok := errors.As(err, &target)
Expand Down

0 comments on commit b96a52f

Please sign in to comment.