coldbox-modules/coda

Tests: Compare case-sensitive

Closed this issue · 1 comments

I ran into a scenario where

en_US:
"oneMinute": "1 minute"

de_DE:
"oneMinute": "1 Minute"

Test passed, even though the wrong bundle was loaded and checked (en_US instead of de_DE). Instead of .toBe() maybe a case-sensitive comparison should be used.

Solved and eventually merged with PR #4