Skip to content

Commit

Permalink
Merge pull request #384 from mayatron/wip-typo
Browse files Browse the repository at this point in the history
Fix typo in moment-test
  • Loading branch information
locks committed Aug 12, 2023
2 parents 71cc4a1 + df3fcd9 commit b3ad8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/tests/integration/moment-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module('moment', function (hooks) {
assert.dom(this.element).hasText('in a day');
});

test('moment and monent-format helper integration #2', async function (assert) {
test('moment and moment-format helper integration #2', async function (assert) {
assert.expect(1);

this.setProperties({
Expand Down

0 comments on commit b3ad8be

Please sign in to comment.