We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee89183 commit d8dd69cCopy full SHA for d8dd69c
test/unit/commands/network.test.ts
@@ -60,7 +60,7 @@ describe('NetworkCommand unit tests', () => {
60
opts.configManager = container.resolve<ConfigManager>(InjectTokens.ConfigManager);
61
opts.configManager.update(argv);
62
63
- opts.K0011 = sinon.stub() as unknown as K8Factory;
+ opts.k8Factory = sinon.stub() as unknown as K8Factory;
64
opts.K0014.namespaces = sinon.stub().returns({
65
has: sinon.stub().returns(true),
66
});
0 commit comments