mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-07-13 21:15:35 +08:00
fix(curriculum): fix typo from MediaeError to MediaError (#62324)
This commit is contained in:
parent
e6066a1d50
commit
0d00012735
@ -64,7 +64,7 @@ You should not raise a `MediaError` when `media_item` is a valid item.
|
||||
try:
|
||||
_c.add(Movie('The Matrix', 1999, 'The Wachowskis', 136))
|
||||
except MediaError:
|
||||
assert False, 'Expected not to raise a MediaeError with valid media_item'
|
||||
assert False, 'Expected not to raise a MediaError with valid media_item'
|
||||
except TypeError:
|
||||
pass
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user