Skip to content

Commit cdd95cc

Browse files
fix(test): remove an await
1 parent 9a18eaf commit cdd95cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/app/features/scopes/tests/selector.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ describe('Selector', () => {
3737

3838
await act(async () => {
3939
await scopesSelectorScene?.fetchBaseNodes();
40-
await new Promise(resolve => setTimeout(resolve, 0));
4140
});
4241
});
4342

0 commit comments

Comments
 (0)