Skip to content

Commit

Permalink
test: remove a misplaced assertion
Browse files Browse the repository at this point in the history
1. This assertion is already included in another test.

2. Considering the title of the test "it defers the boot of the app",
   this assertion does not belong here.
  • Loading branch information
MrChocolatine committed Sep 9, 2021
1 parent 3a7ec52 commit 1ca7087
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/unit/initializers/embedded-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ module('Unit | Initializer | embedded', function (hooks) {
'A `start()` method has been added'
)

assert.deepEqual(
this.application.resolveRegistration('config:embedded'),
undefined,
'The embedded config is not registered until the app is started'
)

assert.false(this.application._booted, 'The app has not booted')

assert.strictEqual(
Expand Down

0 comments on commit 1ca7087

Please sign in to comment.