fix(test): names are plainly formatted now
This commit is contained in:
parent
afb15150af
commit
16ddbb5b4e
2 changed files with 7 additions and 5 deletions
|
|
@ -101,12 +101,12 @@ def test_scrape_contests_success(mocker):
|
|||
assert result[0] == ContestSummary(
|
||||
id="abc350",
|
||||
name="AtCoder Beginner Contest 350",
|
||||
display_name="Beginner Contest 350 (ABC)",
|
||||
display_name="AtCoder Beginner Contest 350",
|
||||
)
|
||||
assert result[1] == ContestSummary(
|
||||
id="arc170",
|
||||
name="AtCoder Regular Contest 170",
|
||||
display_name="Regular Contest 170 (ARC)",
|
||||
display_name="AtCoder Regular Contest 170",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue