Skip to content

Commit 7b7581a

Browse files
[fix]ut
1 parent 0a0f110 commit 7b7581a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/overlay/KnowledgeGraphSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ describe('KnowledgeGraph', () => {
319319
var data = KnowledgeGraph.dataFromGraphMap(graphData, {
320320
styles: { style },
321321
captionFields: { captionField: [captionField] },
322-
showRelationTypes: false
322+
showRelationTypes: true
323323
});
324324
expect(data.edges[0].label).toBe('邻接');
325325
done();

0 commit comments

Comments
 (0)