Skip to content

Commit 7c993ed

Browse files
committed
Unify snapshot test files name
Signed-off-by: tison <wander4096@gmail.com>
1 parent af44362 commit 7c993ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

count/test/count_min_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ TEST_CASE("CountMin sketch: serialize-deserialize empty", "[cm_sketch]") {
215215
for (auto di: d) {
216216
REQUIRE(di == 0);
217217
}
218-
std::ofstream os("count_min-empty.bin", std::ios::binary);
218+
std::ofstream os("count_min_empty_cpp.sk", std::ios::binary);
219219
c.serialize(os);
220220
}
221221

@@ -243,7 +243,7 @@ TEST_CASE("CountMin sketch: serialize-deserialize non-empty", "[cm_sketch]") {
243243
++d_it;
244244
}
245245

246-
std::ofstream os("count_min-non-empty.bin", std::ios::binary);
246+
std::ofstream os("count_min_non_empty_cpp.sk", std::ios::binary);
247247
c.serialize(os);
248248
}
249249

0 commit comments

Comments
 (0)