Skip to content

Commit

Permalink
Update AtomicLogBufferTest.cpp (#4235)
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie <[email protected]>
  • Loading branch information
dbacyj and Sophie-Xie authored May 12, 2022
1 parent 00d5b6b commit 358b87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kvstore/wal/test/AtomicLogBufferTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ TEST(AtomicLogBufferTest, SingleWriterMultiReadersTest) {
EXPECT_EQ(expected.size(), rec->msg_.size())
<< "wp " << wp << ", start " << start << ", logId " << logId << ", end " << end
<< ", curr node " << node->firstLogId_ << ", pos " << node->pos_ << ", curr index "
<< iter->currIndex() << ", head lastLodId " << logBuffer->lastLogId();
<< iter->currIndex() << ", head lastLogId " << logBuffer->lastLogId();
EXPECT_EQ(expected, rec->msg_)
<< "expected size " << expected.size() << ", actual size " << rec->msg_.size();
num++;
Expand Down

0 comments on commit 358b87f

Please sign in to comment.