Updated description
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
254c391138
commit
a29d92718a
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue