Commit edd200e5 authored by NzSN's avatar NzSN

WW.connect unittest update

parent 9ade85b5
......@@ -52,7 +52,7 @@ describe("WW Spec", () => {
let src = new WW('SRC', srcUrl);
let dst = new WW('DST', dstUrl);
src.connect(dst);
src.connect(dst, ()=>{}, (data)=>{ typeof(data) == 'number'; });
let digit = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment