Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Robert Tester committed Feb 18, 2019
1 parent baa085d commit b3ce08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/malcolm/malcolmSocketHandler.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ describe('malcolm socket handler', () => {
expect(dispatches[0].type).toEqual(snackbar);
expect(dispatches[0].snackbar.open).toEqual(true);
expect(dispatches[0].snackbar.message).toEqual(
'Error in attribute TestAttr for block TestBlock'
'Failed to load block TestBlock (Error in attribute meta)'
);
expect(dispatches[2].type).toEqual(MalcolmAttributeFlag);
expect(dispatches[2].payload.path).toEqual(['TestBlock', 'TestAttr']);
Expand Down

0 comments on commit b3ce08f

Please sign in to comment.