Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Dec 22, 2022
1 parent 20effa6 commit db3bd30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions uw_hrp/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ def test_get_emp_program_job_class(self):
},
{
"JobClassification": {
"Name": "0180 - Hourly, Overtime, Premiums and Payouts (Financial Account Codes (Object-Codes))"
"Name": "0180 - Hourly, Overt, Prem (Fina (Object-Codes))"
},
"JobClassificationGroup": {
"Name": "Financial Account Codes (Object-Codes)"
}
}]
}
]
self.assertEqual(get_emp_program_job_class(data), 'Stipend')

def test_get_org_code_name(self):
Expand Down

0 comments on commit db3bd30

Please sign in to comment.