Fix tests

This commit is contained in:
ziajka 2018-03-19 13:28:53 +01:00
parent 6aa7070196
commit 2cbe216f76

View File

@ -25,7 +25,7 @@ describe('NodesDataSource', () => {
});
it('name should change', () => {
expect(data[1].name).toEqual("1");
expect(data[0].node_id).toEqual("1");
expect(data[0].name).toEqual("Node 2");
});
});