diff --git a/tests/Models/EventTest.php b/tests/Models/EventTest.php index 0437276..63e818f 100755 --- a/tests/Models/EventTest.php +++ b/tests/Models/EventTest.php @@ -96,7 +96,7 @@ final class EventTest extends \PHPUnit\Framework\TestCase 'actualCosts' => new FloatInt(), 'actualEarnings' => new FloatInt(), 'tasks' => [], - 'media' => [], + 'files' => [], 'progress' => 10, 'progressType' => ProgressType::TASKS, ],