Moving up: API level 1.8.0

This commit is contained in:
Deluan
2016-03-21 17:30:58 -04:00
parent a9d7d4d242
commit 5dd4b15079
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ func TestPing(t *testing.T) {
err := json.Unmarshal(w.Body.Bytes(), &v)
So(err, ShouldBeNil)
So(v.Subsonic.Status, ShouldEqual, "ok")
So(v.Subsonic.Version, ShouldEqual, "1.5.0")
So(v.Subsonic.Version, ShouldEqual, "1.8.0")
})
})