table('sales_ad_audience_platforms')->where('platform', $code)->first(); expect((int) $row->warmup_days)->toBe((int) $state->warmup_days); expect((int) $row->in_work_days)->toBe((int) $state->in_work_days); expect((int) $row->registered_days)->toBe((int) $state->registered_days); expect($row->days)->not->toBeNull(); } });