mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-08 02:54:16 +00:00
Fix tests
This commit is contained in:
parent
6aa7070196
commit
2cbe216f76
@ -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");
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user