Added arn to the main repository
This commit is contained in:
13
arn/AnimeList_test.go
Normal file
13
arn/AnimeList_test.go
Normal file
@ -0,0 +1,13 @@
|
||||
package arn_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
)
|
||||
|
||||
func TestNormalizeRatings(t *testing.T) {
|
||||
user, _ := arn.GetUser("4J6qpK1ve")
|
||||
animeList := user.AnimeList()
|
||||
animeList.NormalizeRatings()
|
||||
}
|
Reference in New Issue
Block a user