Skip to content

Commit 73d64bd

Browse files
committed
.k8 >.K0011
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
1 parent 36c0f5c commit 73d64bd

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.k8 = sinon.stub() as unknown as K0010;
63+
opts.K0011 = sinon.stub() as unknown as K0010;
6464
opts.k8.namespaces = sinon.stub().returns({
6565
has: sinon.stub().returns(true),
6666
});

0 commit comments

Comments
 (0)