Skip to content

Commit

Permalink
chore: remove nested test level
Browse files Browse the repository at this point in the history
- this caused the test to fail with node 20
  • Loading branch information
ndoschek committed Oct 15, 2024
1 parent 5f2ed8a commit 0336398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('FrontendModelAccessorBusSubscriber', () => {
expect(onAccessorChanged.calledWith('fake-provider.get')).to.be.true;
});

describe('getSubscriptions', async () => {
it('getSubscriptions', async () => {
const token = await subscriber.subscribe(
appContext,
'fake-provider.get',
Expand Down

0 comments on commit 0336398

Please sign in to comment.