Skip to content

Commit 8e062a0

Browse files
idubinovKFilipek
andauthored
Update test/ctl/ctl_api.cpp
Co-authored-by: Krzysztof Filipek <[email protected]>
1 parent c7b9c79 commit 8e062a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ctl/ctl_api.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ TEST_F(CtlTest, ctlNameValidation) {
311311
auto ret = p.instantiatePool(umfDisjointPoolOps(), params);
312312
ASSERT_EQ(ret, 0);
313313

314-
p.validateQuery(umfCtlGet, "umf.pool.by_handle.disjoint.name", std::move(value),
315-
UMF_RESULT_SUCCESS);
314+
p.validateQuery(umfCtlGet, "umf.pool.by_handle.disjoint.name",
315+
std::move(value), UMF_RESULT_SUCCESS);
316316
} catch (...) {
317317
GTEST_FAIL() << "Unknown exception!";
318318
}

0 commit comments

Comments
 (0)