Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Aug 30, 2023
1 parent ab5fcc1 commit b7c695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/routing/versioning.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { assertEquals } from '../deps.ts'
Deno.test('versioning', async (t) => {
/* uri ---------------------------------------------------------------------- */

await t.step('uri', async (t) => {
await t.step('uri', async () => {
const app = new cheetah({
versioning: {
current: 'v4', // latest
Expand Down

0 comments on commit b7c695e

Please sign in to comment.