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: {
toXML: () => 'global'
}
},
blocks: {
toXML: () => 'blocks'
}
}, {
variables: {
unused: {
toXML: () => 'unused'
}
},
blocks: {
toXML: () => 'blocks'
}
}, {
variables: {