Skip to content

Commit 8c7c5b1

Browse files
Update ydb/core/tx/schemeshard/ut_helpers/export_reboots_common.cpp
Co-authored-by: Ilnaz Nizametdinov <i.nizametdinov@gmail.com>
1 parent ede716f commit 8c7c5b1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ydb/core/tx/schemeshard/ut_helpers/export_reboots_common.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ THashMap<NKikimrSchemeOp::EPathType, TCreateHandler> CreateHandlers = {
1919
{EPathTypeCdcStream, TestCreateCdcStream},
2020
};
2121

22-
void TestCreate(
23-
TTestActorRuntime& runtime,
24-
ui64& txId,
25-
const TString& scheme,
26-
NKikimrSchemeOp::EPathType pathType
27-
) {
22+
void TestCreate(TTestActorRuntime& runtime, ui64 txId, const TString& scheme, NKikimrSchemeOp::EPathType pathType) {
2823
if (CreateHandlers.contains(pathType)) {
2924
CreateHandlers[pathType](runtime, txId, "/MyRoot", scheme);
3025
} else {

0 commit comments

Comments
 (0)