提交 4dd93494 编写于 作者: H Haojun Liao

fix(stream): fix syntax error

上级 eaaf306c
......@@ -12,7 +12,7 @@ class StreamStateEnv : public ::testing::Test {
protected:
virtual void SetUp() {
streamMetaInit();
backend = streamBackendInit(path);
backend = streamBackendInit(path, 0);
}
virtual void TearDown() {
streamMetaCleanup();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册