summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Test/OpenId/UriIdentifierTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.Test/OpenId/UriIdentifierTests.cs')
-rw-r--r--src/DotNetOpenAuth.Test/OpenId/UriIdentifierTests.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/DotNetOpenAuth.Test/OpenId/UriIdentifierTests.cs b/src/DotNetOpenAuth.Test/OpenId/UriIdentifierTests.cs
index 0aa43d4..3b3f985 100644
--- a/src/DotNetOpenAuth.Test/OpenId/UriIdentifierTests.cs
+++ b/src/DotNetOpenAuth.Test/OpenId/UriIdentifierTests.cs
@@ -380,9 +380,7 @@ namespace DotNetOpenAuth.Test.OpenId {
ServiceEndpoint expected = ServiceEndpoint.CreateForClaimedIdentifier(
claimedId,
expectedLocalId,
- new ProviderEndpointDescription(
- new Uri(providerEndpoint),
- new string[] { protocol.ClaimedIdentifierServiceTypeURI }), // this isn't checked by Equals
+ new ProviderEndpointDescription(new Uri(providerEndpoint), new string[] { protocol.ClaimedIdentifierServiceTypeURI }), // services aren't checked by Equals
null,
null);