Skip to content

Commit

Permalink
fix(cdk/tree): remove unnecessary async
Browse files Browse the repository at this point in the history
  • Loading branch information
BobobUnicorn committed Sep 20, 2024
1 parent 433e357 commit 5560bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdk/tree/tree-using-legacy-key-manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {NOOP_TREE_KEY_MANAGER_FACTORY_PROVIDER} from '@angular/cdk/a11y';
describe('CdkTree when provided LegacyTreeKeyManager', () => {
let fixture: ComponentFixture<SimpleCdkTreeApp>;

beforeEach(async () => {
beforeEach(() => {
TestBed.configureTestingModule({
imports: [SimpleCdkTreeApp],
providers: [NOOP_TREE_KEY_MANAGER_FACTORY_PROVIDER],
Expand Down

0 comments on commit 5560bde

Please sign in to comment.