increase random test size

This commit is contained in:
sentriz
2019-06-27 18:22:40 +01:00
parent 79eeca77ae
commit 39590daa39
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ func TestGetAlbumList(t *testing.T) {
{url.Values{"type": []string{"alphabeticalByArtist"}}, "alpha_artist", false},
{url.Values{"type": []string{"alphabeticalByName"}}, "alpha_name", false},
{url.Values{"type": []string{"newest"}}, "newest", false},
// {url.Values{"type": []string{"random"}}, "random", true},
{url.Values{"type": []string{"random"}, "size": []string{"15"}}, "random", true},
})
}