Skip to content

Commit 7c21716

Browse files
[fix]UT
1 parent 3a86e3f commit 7c21716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/openlayers/mapping/WebMapSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ describe('openlayers_WebMap', () => {
197197

198198
function successCallback() {
199199
datavizWebmap.getFiterFeatures('2020年人口数> 20', [{ get: () => ({ '2020年人口数': 30 }) }]);
200-
datavizWebmap.createDataflowLayer({filterCondition:'2020年人口数> 20', pointStyle:{}}, [{ get: () => ({ '2020年人口数': 30 }) }]);
200+
// datavizWebmap.createDataflowLayer({filterCondition:'2020年人口数> 20', pointStyle:{}, wsUrl: 'ws://test/iserver/services/dataflow/dataflow/subscribe'}, [{ get: () => ({ '2020年人口数': 30 }) }]);
201201
done();
202202
}
203203
});

0 commit comments

Comments
 (0)