mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-06 11:10:16 +00:00
Merge branch 'master' into github_issues
This commit is contained in:
commit
3cc84364ff
@ -76,7 +76,7 @@ describe('LogConsoleComponent', () => {
|
|||||||
|
|
||||||
component.handleCommand();
|
component.handleCommand();
|
||||||
|
|
||||||
expect(component.showMessage).toHaveBeenCalledWith({type: 'command', message: 'Current version: 2.2.16'});
|
expect(component.showMessage).toHaveBeenCalledWith({type: 'command', message: 'Current version: 2.2.18dev'});
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should call show message when unknown command entered', () => {
|
it('should call show message when unknown command entered', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user