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:
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user