Update src/Test/winswTests/ServiceDescriptorTests.cs

Co-authored-by: Next Turn <45985406+NextTurn@users.noreply.github.com>
pull/460/merge^2
Buddhika Chathuranga 2020-06-01 15:15:19 +05:30 committed by GitHub
parent f978c30e5a
commit bdddc8de92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -456,8 +456,7 @@ $@"<service>
</id>
";
Assert.That(() => ServiceDescriptor.ValidateXMLSchema(new StringReader(seedXml)), Throws.TypeOf<XmlException>());
Assert.That(() => ServiceDescriptor.FromXML(seedXml), Throws.TypeOf<XmlException>());
}
}
}