Skip to content

Commit 63730fd

Browse files
committed
【fix】UT called its 'done' callback more than once
1 parent eb3f0c1 commit 63730fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/openlayers/overlay/LabelSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ describe('openlayers_Label', () => {
195195
expect(feas[i].geometry.id).not.toBeNull();
196196
expect(feas[i].style).not.toBeNull();
197197
expect(feas[i].id).toContain("SuperMap.Feature_");
198-
done();
199198
}
199+
done();
200200
}, 2000)
201201
});
202202

0 commit comments

Comments
 (0)