common: Fix broken decorator
While working on unit tests for #1472 (closed), we noticed that SpeedPropertiesTest.test_load_project_clip_speed
uses the
@common.setup_project_with_clips
decorator, but without any parentheses.
This results in the test's code being discarded and never run, but reported as passing. This could result in errors not getting caught by the test suite.
This fix makes the assets_names
parameter mandatory, and updates the offending tests accordingly.
This merge request does not have an associated issue.
Edited by Tyler Senne