Skip to content

Commit

Permalink
fix duplicate test name
Browse files Browse the repository at this point in the history
  • Loading branch information
wmurphyrd committed May 16, 2021
1 parent ef7da66 commit 1c934ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/utils.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('utils', function () {
contextUrl: null
})
})
it('fetches and caches new contexts', async function () {
it('caches redirected contexts by original url', async function () {
nock('https://mocked.com')
.get('/context/v1')
.reply(302, undefined, {
Expand Down

0 comments on commit 1c934ca

Please sign in to comment.