Skip to content

Commit

Permalink
fixing style warnings in crmCaseTypeSpec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alifrumin committed Apr 2, 2019
1 parent 10ae88a commit 8c653cf
Showing 1 changed file with 20 additions and 25 deletions.
45 changes: 20 additions & 25 deletions tests/karma/unit/crmCaseTypeSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,31 +201,26 @@ describe('crmCaseType', function() {
},
relTypesForm: {
values: [
"14_b_a": "Benefits Specialist",
"14_a_b": "Benefits Specialist is",
"9_b_a": "Case Coordinator",
"9_a_b": "Case Coordinator is",
"1_a_b": "Child of",
"5_a_b": "Employee of",
"5_b_a": "Employer of",
"7_a_b": "Head of Household for",
"7_b_a": "Head of Household is",
"12_b_a": "Health Services Coordinator",
"12_a_b": "Health Services Coordinator is",
"11_b_a": "Homeless Services Coordinator",
"11_a_b": "Homeless Services Coordinator is",
"8_b_a": "Household Member is",
"8_a_b": "Household Member of",
"1_b_a": "Parent of",
"3_a_b": "Partner of",
"13_b_a": "Senior Services Coordinator",
"13_a_b": "Senior Services Coordinator is",
"4_a_b": "Sibling of",
"2_a_b": "Spouse of",
"10_a_b": "Supervised by",
"10_b_a": "Supervisor",
"6_a_b": "Volunteer for",
"6_b_a": "Volunteer is"
{
"key": "14_b_a",
"value": "Benefits Specialist"
},
{
"key": "14_a_b",
"value": "Benefits Specialist is"
},
{
"key": "9_b_a",
"value": "Case Coordinator"
},
{
"key": "9_a_b",
"value": "Case Coordinator is"
},
{
"key": "2_b_a",
"value": "Spouse of"
}
]
},
caseType: {
Expand Down

0 comments on commit 8c653cf

Please sign in to comment.