Skip to content

Commit

Permalink
Fix ability test blueprint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfries committed Jul 18, 2024
1 parent 2aecb71 commit cf410d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ember-can/blueprints/ability-test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ module.exports = {
var test =
"module('Unit | Ability | " +
name +
"', function(hooks) {" +
"', function (hooks) {" +
EOL +
' setupTest(hooks);' +
EOL +
EOL +
" test('it exists', function(assert) {" +
" test('it exists', function (assert) {" +
EOL +
" const ability = this.owner.lookup('ability:" +
name +
Expand Down

0 comments on commit cf410d5

Please sign in to comment.