Skip to content

Commit 12578a2

Browse files
committed
[Test]: Fix unit tests
1 parent 52761ff commit 12578a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mooncake-store/tests/master_service_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class MasterServiceTest : public ::testing::Test {
3535
size_t size = kDefaultSegmentSize) const {
3636
Segment segment;
3737
segment.id = generate_uuid();
38+
segment.type = SegmentType::MEMORY;
3839
segment.name = std::move(name);
3940
segment.base = base;
4041
segment.size = size;

0 commit comments

Comments
 (0)