未验证 提交 54d0e44d 编写于 作者: 杜智海 提交者: Gitee

update ability/dmsfwk/continuationmanagertest/src/main/js/test/ContinuationManagerJsunit.test.js.

Signed-off-by: N杜智海 <duzhihai@huawei.com>
上级 75ba249e
......@@ -806,7 +806,7 @@ describe('continuationManagerTest', function() {
done();
} catch (e) {
console.info("testOn003 " + e);
expect(e.code != 401).assertTrue();
expect(e.code == 401).assertTrue();
done();
}
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册