Skip to content

Commit

Permalink
fix: feedback of the team
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawndlwd committed Nov 20, 2024
1 parent a884fec commit a14de45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ describe('extractNamespaceTranslation', () => {
const expected = ['namespace.keyTrue', 'namespace.keyFalse']
const result = extractNamespaceTranslation({ fileContent })

expect(result).toEqual(expected)
expect(result).toEqual(expect.arrayContaining(expected))
})
})

0 comments on commit a14de45

Please sign in to comment.