mirror of
https://github.com/nkanaev/yarr.git
synced 2026-05-13 20:53:19 +00:00
cmd: modernize -fix ./cmd/...
This commit is contained in:
@@ -24,7 +24,7 @@ func TestCreateFeedSameLink(t *testing.T) {
|
||||
t.Fatal("expected feed")
|
||||
}
|
||||
|
||||
for i := 0; i < 10; i++ {
|
||||
for range 10 {
|
||||
db.CreateFeed("title", "", "", "http://example2.com/feed.xml", nil)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user