Skip to content

Commit

Permalink
[fix]ut
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiao-supermap committed Mar 26, 2024
1 parent 0a0f110 commit 7b7581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/overlay/KnowledgeGraphSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ describe('KnowledgeGraph', () => {
var data = KnowledgeGraph.dataFromGraphMap(graphData, {
styles: { style },
captionFields: { captionField: [captionField] },
showRelationTypes: false
showRelationTypes: true
});
expect(data.edges[0].label).toBe('邻接');
done();
Expand Down

0 comments on commit 7b7581a

Please sign in to comment.