Skip to content

Commit

Permalink
fix(test): remove an await
Browse files Browse the repository at this point in the history
  • Loading branch information
dhodgsonintergral committed Jan 6, 2025
1 parent 9a18eaf commit cdd95cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/app/features/scopes/tests/selector.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ describe('Selector', () => {

await act(async () => {
await scopesSelectorScene?.fetchBaseNodes();
await new Promise(resolve => setTimeout(resolve, 0));
});
});

Expand Down

0 comments on commit cdd95cc

Please sign in to comment.