Skip to content

Commit 61b56ae

Browse files
committed
fix: correct hasTranslation test case for '/paginas-web' route
1 parent a7737f9 commit 61b56ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/i18n-routing.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ describe('hasTranslation', () => {
161161
expect(hasTranslation('/notes', 'en')).toBe(false)
162162
expect(hasTranslation('/status', 'en')).toBe(false)
163163
expect(hasTranslation('/lab', 'en')).toBe(false)
164-
expect(hasTranslation('/paginas-web', 'en')).toBe(false)
164+
expect(hasTranslation('/notes', 'en')).toBe(false)
165165
})
166166
})
167167

0 commit comments

Comments
 (0)