fix(stream): fix syntax error

This commit is contained in:
Haojun Liao 2023-07-17 13:23:06 +08:00
parent eaaf306c81
commit 4dd93494d1
1 changed files with 1 additions and 1 deletions

View File

@ -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();