Skip to content

Commit

Permalink
simplified test desc
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Jan 13, 2020
1 parent 0ce6ed5 commit 8d84a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ describe('Task Runner', () => {
`);
});

test('recovers gracefully when the Alert Task Runner throws an exception when fetching Space Level Permissions', async () => {
test('recovers gracefully when the Alert Task Runner throws an exception when getting internal Services', async () => {
taskRunnerFactoryInitializerParams.getServices.mockImplementation(() => {
throw new Error('OMG');
});
Expand Down

0 comments on commit 8d84a64

Please sign in to comment.