Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Jul 17, 2024
1 parent ae960e5 commit bc6380d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func TestAddDropManyTorrents(t *testing.T) {
cl, err := NewClient(TestingConfig(t))
require.NoError(t, err)
defer cl.Close()
for i := range 1000 {
for i := 0; i < 1000; i++ {
var spec TorrentSpec
binary.PutVarint(spec.InfoHash[:], int64(i+1))
tt, new, err := cl.AddTorrentSpec(&spec)
Expand Down

0 comments on commit bc6380d

Please sign in to comment.