Skip to content

Commit 0692e63

Browse files
committed
fix: fix import
1 parent fd6a770 commit 0692e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/package/packageVersionMetadataRetrieve.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
import path from 'node:path';
88
import fs from 'node:fs';
9-
import sinon = require('sinon');
9+
import * as sinon from 'sinon';
1010
import { instantiateContext, MockTestOrgData, restoreContext, stubContext } from '@salesforce/core/testSetup';
1111
import { assert, expect } from 'chai';
1212
import { Connection, SfProject, SfError } from '@salesforce/core';

0 commit comments

Comments
 (0)