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 14:21:34 +05:30 committed by GitHub
parent a772075274
commit 01c6a54032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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