Skip to content

Commit

Permalink
Fix unknown coreBootstrappers property
Browse files Browse the repository at this point in the history
This test will also have to be redesigned, once the new configuration mechanism has been completed.
  • Loading branch information
aedart committed Sep 30, 2024
1 parent 08bb45a commit a4367cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('@aedart/core', () => {
it('singleton instance has core bootstrappers set', () => {
const app = Application.getInstance();

expect(app.coreBootstrappers.length)
expect(app._coreBootstrappers.length)
.withContext('No core bootstrappers available in singleton instance')
.not
.toBe(0);
Expand Down

0 comments on commit a4367cb

Please sign in to comment.