Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #190 from AppliedIS/test-validationFix
Browse files Browse the repository at this point in the history
Fixed validationService test to reflect recent changes.
  • Loading branch information
jefferey committed Nov 30, 2016
2 parents 484a376 + 2c1c9cb commit 53f72a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('validationService', function() {
4
],
"lastSaved": "2016-11-07T21:05:08.780Z",
"applicationType": 1,
"applicationType": 2,
"hasPreviousApplication": false,
"hasPreviousCertificate": true,
"certificateNumber": "12-34567-H-89",
Expand Down Expand Up @@ -181,7 +181,7 @@ describe('validationService', function() {
"prevailingWageMethodId": 25
},
"totalNumWorkSites": 3,
"applicationTypeId": 1,
"applicationTypeId": 2,
"payTypeId": 23,
"establishmentTypeId": [
4,
Expand Down

0 comments on commit 53f72a9

Please sign in to comment.