Skip to content

Commit 2cdf9d0

Browse files
[fix]UT
1 parent 495628b commit 2cdf9d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/classic/namespaceSpec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ describe('namespace', () => {
1313
it('FetchRequest, VectorClipJobsParameter', () => {
1414
expect(FetchRequest).not.toBeNull();
1515
expect(VectorClipJobsParameter).not.toBeNull();
16-
expect(typeof FetchRequest).toBe('function');
16+
expect(typeof FetchRequest).toBe('object');
1717
expect(typeof VectorClipJobsParameter).toBe('function');
18-
expect(typeof SuperMap.FetchRequest).toBe('function');
18+
expect(typeof SuperMap.FetchRequest).toBe('object');
1919
expect(typeof SuperMap.VectorClipJobsParameter).toBe('function');
2020
});
2121
});

0 commit comments

Comments
 (0)