mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-15 21:10:22 +01:00
fix: make i18n test failure message easier to read
This commit is contained in:
@@ -163,7 +163,7 @@ describe('i18n', () => {
|
||||
assert.strictEqual(
|
||||
sourceKeys.length,
|
||||
translationKeys.length,
|
||||
`Extra keys found in namespace ${namespace.slice(1, -5)} for language "${language}"`
|
||||
`Extra keys found in namespace "${namespace.slice(1, -5)}" for language "${language}"`
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user