1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2025-07-01 08:47:36 +00:00

Bug in find command fixed.

This commit is contained in:
glucaci
2016-12-20 15:42:48 +01:00
parent b12ded8121
commit ba83fbd824
4 changed files with 36 additions and 17 deletions

View File

@ -27,7 +27,7 @@ namespace LibMpcTest
TestOutput.WriteLine("FindGenreTest Result:");
TestOutput.WriteLine(JsonConvert.SerializeObject(response, Formatting.Indented));
Assert.True(response.Response.Body.Count().Equals(6));
Assert.True(response.Response.Body.Count().Equals(7));
}
}
}