Commit 86536ce1 authored by Linshizhi's avatar Linshizhi

UnitTest error fix.

parent d0d95345
......@@ -179,7 +179,7 @@ describe("Channel Spec", () => {
});
worker.terminate();
expect(arEqual(rBuffer, sBuffer)).toBe(true);
expect(areEqual(rBuffer, sBuffer)).toBe(true);
});
......
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