Skip to content

Commit

Permalink
BC-6453 - fix naming of unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
bergatco committed Jun 13, 2024
1 parent eeb78a5 commit 7511741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ describe(AuthorizationClientAdapter.name, () => {
return { params, adapter, error };
};

it('should throw an UnauthorizedException', async () => {
it('should throw an AuthorizationErrorLoggableException', async () => {
const { params, adapter, error } = setup();

const expectedError = new AuthorizationErrorLoggableException(error, params);
Expand Down

0 comments on commit 7511741

Please sign in to comment.