]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1876163 - Fix Angular Test Failure
authorJason Stephenson <jason@sigio.com>
Thu, 30 Apr 2020 18:09:40 +0000 (14:09 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 30 Apr 2020 18:42:07 +0000 (14:42 -0400)
commit7a4f5212a900939e4e0e04610c436fcf1732e7c3
tree47d67f1d043818f9d7fa13dc2da4f5f0f0f323fb
parentb3a6dea2a5a8deb9cc1f059aa5ff9499b121fc90
LP#1876163 - Fix Angular Test Failure

ERROR in app/core/format.spec.ts -  TS2554: Expected 4 arguments,
but got 3.

orgService = new OrgService(netService, authService, pcrudService);

Commit 9e8d662f418 added a new first argument to the OrgService
constructor and two files needed updates:

* app/core/format.spec.ts
* src/app/core/org.spec.ts

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/eg2/src/app/core/format.spec.ts
Open-ILS/src/eg2/src/app/core/org.spec.ts