summaryrefslogtreecommitdiff
path: root/spec/frontend/deploy_freeze/store/mutations_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/deploy_freeze/store/mutations_spec.js')
-rw-r--r--spec/frontend/deploy_freeze/store/mutations_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/frontend/deploy_freeze/store/mutations_spec.js b/spec/frontend/deploy_freeze/store/mutations_spec.js
index 984105d6655..a1e80ef0e6c 100644
--- a/spec/frontend/deploy_freeze/store/mutations_spec.js
+++ b/spec/frontend/deploy_freeze/store/mutations_spec.js
@@ -33,9 +33,9 @@ describe('Deploy freeze mutations', () => {
describe('RECEIVE_FREEZE_PERIODS_SUCCESS', () => {
it('should set freeze periods and format timezones from identifiers to names', () => {
const timezoneNames = {
- 'Europe/Berlin': '[UTC + 2] Berlin',
+ 'Europe/Berlin': '[UTC+2] Berlin',
'Etc/UTC': '[UTC 0] UTC',
- 'America/New_York': '[UTC - 4] Eastern Time (US & Canada)',
+ 'America/New_York': '[UTC-4] Eastern Time (US & Canada)',
};
mutations[types.RECEIVE_FREEZE_PERIODS_SUCCESS](stateCopy, freezePeriodsFixture);