fix(test): fix syntax error.

This commit is contained in:
Haojun Liao 2023-11-10 10:10:38 +08:00
parent 5937bdddf5
commit 8e5db21c3f
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, 0);
backend = streamBackendInit(path, 0, 0);
}
virtual void TearDown() {
streamMetaCleanup();