Skip to content

Commit

Permalink
fix: minor typos in test
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Dec 2, 2020
1 parent 14b5068 commit 752a774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tap.afterEach(async () => {
nock.enableNetConnect()
})

tap.test('getPackageJson() handles NotFound reposiptory error', async tap => {
tap.test('getPackageJson() handles NotFound repository error', async tap => {
nock('https://api.github.com')
.post('/graphql')
.reply(404, {
Expand All @@ -38,7 +38,7 @@ tap.test('getPackageJson() handles general error', async tap => {
)
})

tap.test('getPermissions() handles NotFound reposiptory error', async tap => {
tap.test('getPermissions() handles NotFound repository error', async tap => {
nock('https://api.github.com')
.post('/graphql')
.reply(404, {
Expand Down

0 comments on commit 752a774

Please sign in to comment.