Removed test exclusion #404

Merged
carlosjr merged 2 commits from 2043-claim_action_test into dev 2020-10-06 12:46:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a29d92718a - Show all commits

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');