actions / toolkit

The GitHub ToolKit for developing GitHub Actions.
https://github.com/features/actions
MIT License
5.02k stars 1.45k forks source link

Fix the name argument in test. #1668

Open IEvangelist opened 8 months ago

IEvangelist commented 8 months ago

I was reading through the code, when I noticed that the third it function seemed to have been copied and pasted from the second test in the auth.test.ts. This PR fixes test description, as this test is in fact evaluating the BearerCredentialHandler and not the PersonalAccessTokenCredentialHandler.