Skip to content

Commit d6909bf

Browse files
author
daretobedifferent18
committed
Finalizing the PR
1 parent fe0a542 commit d6909bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{general-date @record @props.options.timezone '' @props.options.dateFormat}}
1+
{{general-date @record @props.options.timezone @props.options.dateFormat}}

tests/integration/helpers/general-date-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ module('Integration | Helper | general date', function(hooks) {
1111
this.set('inputMomentValue', moment('2019-05-01T03:30:00+09:00'));
1212
this.set('inputTimezoneValue', 'Japan');
1313
await render(hbs`{{general-date inputMomentValue inputTimezoneValue}}`);
14-
assert.equal(this.element.innerHTML.trim(), 'Wednesday, 1 May, 2019 3:30 AM (JST)');
14+
assert.equal(this.element.innerHTML.trim(), '3:30 AM, May 1st 2019 (JST)');
1515
});
1616
});

0 commit comments

Comments
 (0)