Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Oct 21, 2020
1 parent 1591126 commit 3daa72e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __tests__/labeler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const cases = [
create: 1,
update: 2,
rename: 1,
delete: 3,
delete: 4,
error: 0
}
],
Expand All @@ -36,7 +36,7 @@ const cases = [
create: 0,
update: 1,
rename: 0,
delete: 1,
delete: 2,
error: 0
}
],
Expand All @@ -55,7 +55,7 @@ const cases = [
create: 0,
update: 0,
rename: 0,
delete: 1,
delete: 2,
error: 0
}
]
Expand Down

0 comments on commit 3daa72e

Please sign in to comment.