When testing you can assert that it works, even if a test passed, real job could fail.
Run the jobs and make sure they really work in real life.
Normally when I test I'm looking for ways to refactor, not if something really works on actual production.
Just my thoughts on it.
Just a FYI, I've seen several questions where the person's real method would work, but they can't get a test to pass.
Of course see examples here: https://laravel.com/docs/9.x/mocking#bus-fake