Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuqingSong committed Oct 26, 2024
1 parent 0640aed commit e39ada6
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4080,12 +4080,7 @@ describe('mergeModel', () => {
},
{
segmentType: 'Text',
text: 'test1',
format: {},
},
{
segmentType: 'Text',
text: 'new text',
text: 'test1new text',
format: {},
},
marker2,
Expand Down Expand Up @@ -4957,12 +4952,7 @@ describe('mergeModel', () => {
},
{
segmentType: 'Text',
text: 'test1',
format: {},
},
{
segmentType: 'Text',
text: 'new text',
text: 'test1new text',
format: {},
},
marker2,
Expand Down

0 comments on commit e39ada6

Please sign in to comment.