Updated description
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-10-06 14:37:03 +02:00
parent 254c391138
commit a29d92718a
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ describe('claim', () => {
});
describe('updateGreuge()', () => {
it('should make a query and then show an snackbar', () => {
it('should make a query and then call to showSuccess() and showMessage() methods', () => {
jest.spyOn(controller.vnApp, 'showSuccess');
jest.spyOn(controller.vnApp, 'showMessage');