Skip to content

Commit

Permalink
fix typo of test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuaki640 committed Jul 1, 2024
1 parent cc4b2b3 commit 3505ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/dev/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ describe('showRoutes() in NO_COLOR', () => {
})
})

describe('geRouterName()', () => {
describe('getRouterName()', () => {
it('Should return the correct router name', async () => {
const app = new Hono({
router: new RegExpRouter(),
Expand Down

0 comments on commit 3505ec7

Please sign in to comment.