Repair silly mistake in test case

This commit is contained in:
Tony Garnock-Jones 2018-11-16 00:00:36 +00:00
parent 6063d556cc
commit 7c0ccd515f
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ describe('skeleton', () => {
const expected = Immutable.fromJS({
skeleton: [A.constructorInfo, null, [C.constructorInfo, null]],
constPaths: Immutable.fromJS([[0]]),
constVals: Immutable.List([complexPlaceholder]),
constVals: Immutable.fromJS([complexPlaceholder]),
capturePaths: Immutable.fromJS([[1, 0]]),
});
expect(analysis).to.equal(expected);