Skip to content

Commit f51ea42

Browse files
committed
chore: ling fix
1 parent e6a7b66 commit f51ea42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/di.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { CliMode } from '../src/cli/utils';
66

77
export async function testContainer() {
88
const parent = new Container();
9-
await parent.load(rootContainerModule);
9+
await parent.loadAsync(rootContainerModule);
1010
return createContainer(parent);
1111
}
1212

0 commit comments

Comments
 (0)