File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ async def test_codingamer_avatar_and_cover_urls(client: AsyncClient):
18
18
codingamer = await client .get_codingamer ("Takos" )
19
19
assert isinstance (codingamer .avatar_url , str )
20
20
assert isinstance (codingamer .cover_url , str )
21
+ assert isinstance (codingamer .profile_url , str )
21
22
22
23
23
24
@pytest .mark .asyncio
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ def test_codingamer_avatar_and_cover_urls(client: Client):
17
17
codingamer = client .get_codingamer ("Takos" )
18
18
assert isinstance (codingamer .avatar_url , str )
19
19
assert isinstance (codingamer .cover_url , str )
20
+ assert isinstance (codingamer .profile_url , str )
20
21
21
22
22
23
def test_codingamer_eq (client : Client , codingamer : CodinGamer ):
You can’t perform that action at this time.
0 commit comments