Skip to content

Commit 3349735

Browse files
committed
fix ut
1 parent 830ede5 commit 3349735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/classic/services/AddressMatchServiceSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe('testAddressMatchService', function () {
9696
maxReturn: -1,
9797
geoDecodingRadius: 500
9898
});
99-
var addressDeCodeService = new SuperMap.REST.AddressMatchServic(addressMatchURL, options);
99+
var addressDeCodeService = new SuperMap.REST.AddressMatchService(addressMatchURL, options);
100100
addressDeCodeService.decode(GeoDeCodingParams, decodeFailed);
101101
setTimeout(function () {
102102
try {

0 commit comments

Comments
 (0)