8000 [fix]UT · SuperMap/iClient-JavaScript@50e50fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 50e50fc

Browse files
[fix]UT
1 parent ca23f23 commit 50e50fc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/leaflet/services/KnowledgeGraphServiceSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('KnowledgeGraphService', () => {
4444
expect(res).not.toBeNull();
4545
expect(res.type).toBe('processCompleted');
4646
expect(res.result).not.toBeNull();
47-
expect(res.result.length).toEqual(5);
47+
expect(res.result.length).toEqual(6);
4848
done();
4949
} catch (exception) {
5050
console.log("'query'案例失败:" + exception.name + ':' + exception.message);

test/mapboxgl/services/KnowledgeGraphServiceSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('KnowledgeGraphService', () => {
4444
expect(res).not.toBeNull();
4545
expect(res.type).toBe('processCompleted');
4646
expect(res.result).not.toBeNull();
47-
expect(res.result.length).toEqual(5);
47+
expect(res.result.length).toEqual(6);
4848
done();
4949
} catch (exception) {
5050
console.log("'query'案例失败:" + exception.name + ':' + exception.message);

test/maplibregl/services/KnowledgeGraphServiceSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('KnowledgeGraphService', () => {
4545
expect(res).not.toBeNull();
4646
expect(res.type).toBe('processCompleted');
4747
expect(res.result).not.toBeNull();
48-
expect(res.result.length).toEqual(5);
48+
expect(res.result.length).toEqual(6);
4949
done();
5050
} catch (exception) {
5151
console.log("'query'案例失败:" + exception.name + ':' + exception.message);

test/openlayers/services/KnowledgeGraphServiceSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('KnowledgeGraphService', () => {
4545
expect(res).not.toBeNull();
4646
expect(res.type).toBe('processCompleted');
4747
expect(res.result).not.toBeNull();
48-
expect(res.result.length).toEqual(5);
48+
expect(res.result.length).toEqual(6);
4949
done();
5050
} catch (exception) {
5151
console.log("'query'案例失败:" + exception.name + ':' + exception.message);

test/resources/knowledgeGraphService.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0