We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c0f5c commit 73d64bdCopy full SHA for 73d64bd
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.k8 = sinon.stub() as unknown as K0010;
+ opts.K0011 = sinon.stub() as unknown as K0010;
64
opts.k8.namespaces = sinon.stub().returns({
65
has: sinon.stub().returns(true),
66
});
0 commit comments