Skip to content

Commit 755cbac

Browse files
chore: Fix date format test (fossasia#5136)
1 parent e1b7967 commit 755cbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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(), '3:30 AM , May 1st 2019 (JST)');
14+
assert.equal(this.element.innerHTML.trim(), '3:30 AM, May 1st 2019 (JST)');
1515
});
1616
});

0 commit comments

Comments
 (0)