Removed test exclusion #404
|
@ -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