#[test]
fn test_create_job_success() {}
#[test]
fn test_create_job_success_multiple_msgs_all_types() {}
#[test]
fn test_create_job_no_account() {}
#[test]
fn test_create_job_no_funds_in_account() {}
#[test]
fn test_create_job_reward_too_small() {}
#[test]
fn test_create_job_invalid_condition() {}
#[test]
fn test_create_job_invalid_msgs() {}
#[test]
fn test_create_job_name_too_short() {}
#[test]
fn test_create_job_name_too_long() {}