Fixing unit test.

This commit is contained in:
Karishma Chadha 2017-12-21 18:44:29 -05:00
parent 6fc554daa5
commit 29c08c3583

View file

@ -287,12 +287,18 @@ test('emitWorkspaceUpdate', t => {
global: { global: {
toXML: () => 'global' toXML: () => 'global'
} }
},
blocks: {
toXML: () => 'blocks'
} }
}, { }, {
variables: { variables: {
unused: { unused: {
toXML: () => 'unused' toXML: () => 'unused'
} }
},
blocks: {
toXML: () => 'blocks'
} }
}, { }, {
variables: { variables: {