|
@@ -14,6 +14,6 @@ describe('InitializationTest', () => {
|
14
|
14
|
const testComp = Injector.resolve(TestComponent)
|
15
|
15
|
const data = testComp.getData()
|
16
|
16
|
|
17
|
|
- expect(data).to.eql([COMPONENT_A_VALUE, COMPONENT_B_VALUE, COMPONENT_C_VALUE])
|
|
17
|
+ expect(data).to.eql([COMPONENT_C_VALUE, COMPONENT_B_VALUE, COMPONENT_A_VALUE])
|
18
|
18
|
})
|
19
|
19
|
})
|