mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-02 09:07:38 +00:00
Output commands completed + test
This commit is contained in:
@ -13,8 +13,8 @@ namespace LibMpcTest
|
||||
{
|
||||
var response = await Mpc.SendAsync(new Commands.Reflection.TagTypes());
|
||||
|
||||
TestUtils.WriteLine("TagTypesTest Result:");
|
||||
TestUtils.WriteLine(JsonConvert.SerializeObject(response, Formatting.Indented));
|
||||
TestOutput.WriteLine("TagTypesTest Result:");
|
||||
TestOutput.WriteLine(JsonConvert.SerializeObject(response, Formatting.Indented));
|
||||
|
||||
Assert.True(response.Response.Body.Count().Equals(17));
|
||||
}
|
||||
|
Reference in New Issue
Block a user