Skip to content

Commit

Permalink
fix(ci): fix repo config with updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
djMax committed Oct 11, 2023
1 parent e51aaf9 commit f7c8576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/sesamecare/tokenized-fetch.git"
"url": "git+https://github.com/sesamecare/fetch-with-token.git"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { OAuth2Server } from 'oauth2-mock-server';

import { createFetchFunction } from './index';

describe('tokenized-fetch', () => {
describe('fetch-with-token', () => {
const server = new OAuth2Server();

beforeAll(async () => {
Expand Down

0 comments on commit f7c8576

Please sign in to comment.