Skip to content

Commit d8dd69c

Browse files
committed
K11
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
1 parent ee89183 commit d8dd69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/commands/network.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe('NetworkCommand unit tests', () => {
6060
opts.configManager = container.resolve<ConfigManager>(InjectTokens.ConfigManager);
6161
opts.configManager.update(argv);
6262

63-
opts.K0011 = sinon.stub() as unknown as K8Factory;
63+
opts.k8Factory = sinon.stub() as unknown as K8Factory;
6464
opts.K0014.namespaces = sinon.stub().returns({
6565
has: sinon.stub().returns(true),
6666
});

0 commit comments

Comments
 (0)