test is fixed

This commit is contained in:
irlndts 2017-02-10 19:54:21 +03:00
parent 83d3334321
commit cef1beeb81
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ func TestLabelService_Label(t *testing.T) {
}
func TestLabelService_Releases(t *testing.T) {
expectedId := "Good Time"
expectedId := "Cha Cha Twist"
d := NewClient().UserAgent("UnitTestClient/0.0.1 +https://github.com/irlndts/go-discogs")
label, _, err := d.Label.Releases(&LabelParams{Label_id: "1000"})