Skip to content

Commit c41cad7

Browse files
committed
【fix】UT
1 parent 98c8061 commit c41cad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/maplibregl/services/DataFlowServiceSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
} from '../../../src/maplibregl/services/DataFlowService';
55

66
import { Server } from 'mock-socket';
7-
var urlDataFlow = "ws:\//localhost:8800/";
7+
var urlDataFlow = "ws:\//localhost:8005/";
88
describe('maplibregl_DataFlowService', () => {
99
var originalTimeout;
1010
var service;

0 commit comments

Comments
 (0)