Update log-console.component.spec.ts

This commit is contained in:
piotrpekala7 2021-01-26 17:56:40 +01:00
parent b114c7db81
commit d4d9093505

View File

@ -76,7 +76,7 @@ describe('LogConsoleComponent', () => {
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', () => {