Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
feature/tests: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Konovalov committed Aug 30, 2024
1 parent 2c54bd7 commit ffacac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func TestRouter_RouterCallImpl(t *testing.T) {

t.Run("bucket id is out of range", func(t *testing.T) {
t.Parallel()

_, _, err := emptyRouter.RouterCallImpl(ctx, 100, CallOpts{}, "test", []byte("test"))
require.Errorf(t, err, "bucket id is out of range")
})
Expand Down

0 comments on commit ffacac4

Please sign in to comment.