We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1b7967 commit 755cbacCopy full SHA for 755cbac
tests/integration/helpers/general-date-test.js
@@ -11,6 +11,6 @@ module('Integration | Helper | general date', function(hooks) {
11
this.set('inputMomentValue', moment('2019-05-01T03:30:00+09:00'));
12
this.set('inputTimezoneValue', 'Japan');
13
await render(hbs`{{general-date inputMomentValue inputTimezoneValue}}`);
14
- assert.equal(this.element.innerHTML.trim(), '3:30 AM , May 1st 2019 (JST)');
+ assert.equal(this.element.innerHTML.trim(), '3:30 AM, May 1st 2019 (JST)');
15
});
16
0 commit comments