Skip to content

Commit 6341362

Browse files
committed
Fix related to titarenko#33
1 parent fd23f6c commit 6341362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OAuth2.Tests/Client/Impl/FacebookClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void Should_ParseAllFieldsOfUserInfo_WhenCorrectContentIsPassed()
7272
info.FirstName.Should().Be("name");
7373
info.LastName.Should().Be("surname");
7474
info.Email.Should().Be("email");
75-
info.PhotoUri.Should().Be("picture");
75+
info.PhotoUri.Should().StartWith("picture");
7676
}
7777

7878
[Test]

0 commit comments

Comments
 (0)