mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 16:56:45 +00:00
refactor: Rename static constants (#3073)
This commit is contained in:
@@ -102,7 +102,7 @@ INSTANTIATE_TEST_CASE_P(
|
||||
{"request", {{"id", 1}, {"api_version", 2}}}}}}
|
||||
}}
|
||||
),
|
||||
tests::util::kNAME_GENERATOR
|
||||
tests::util::kNameGenerator
|
||||
);
|
||||
|
||||
struct ErrorHandlingSendErrorTestBundle {
|
||||
@@ -182,7 +182,7 @@ INSTANTIATE_TEST_CASE_P(
|
||||
boost::beast::http::status::bad_request
|
||||
},
|
||||
}),
|
||||
tests::util::kNAME_GENERATOR
|
||||
tests::util::kNameGenerator
|
||||
);
|
||||
|
||||
TEST_F(ErrorHandlingTests, sendInternalError)
|
||||
|
||||
Reference in New Issue
Block a user