diff options
| -rw-r--r-- | app/boot/__tests__/wire-up-components-into_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boot/__tests__/wire-up-components-into_spec.js b/app/boot/__tests__/wire-up-components-into_spec.js index 4475cc6..975e4fc 100644 --- a/app/boot/__tests__/wire-up-components-into_spec.js +++ b/app/boot/__tests__/wire-up-components-into_spec.js @@ -19,7 +19,7 @@ describe("WireUpComponentsInto", () => { it ("registers each command", function() { results = registry.resolveAll('subscriber'); - expect(results.length).toEqual(3); + expect(results.length).toEqual(5); }); it ("can build the api", function() { |
