Skip to content

Commit

Permalink
修复ut
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanhuaweidapao committed Mar 26, 2024
1 parent 3ef6f9f commit a192524
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/mapboxgl/services/GetFeaturesByBufferSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ describe('mapboxgl_FeatureService_getFeaturesByBuffer', () => {
expect(serviceResult.result.succeed).toBeTruthy();
expect(serviceResult.result.totalCount).toEqual(1889);
expect(serviceResult.result.features).toBe(null);
done();
bufferParam.destroy();
done();
});
Expand Down

0 comments on commit a192524

Please sign in to comment.