mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 23:55:52 +00:00
@@ -17,13 +17,18 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
#include <data/BackendFactory.h>
|
||||
#include <util/Fixtures.h>
|
||||
#include "data/BackendFactory.h"
|
||||
#include "data/cassandra/Handle.h"
|
||||
#include "util/Fixtures.h"
|
||||
#include "util/config/Config.h"
|
||||
|
||||
#include <boost/json.hpp>
|
||||
#include <boost/json/parse.hpp>
|
||||
#include <fmt/core.h>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
namespace {
|
||||
constexpr auto contactPoints = "127.0.0.1";
|
||||
constexpr auto keyspace = "factory_test";
|
||||
|
||||
Reference in New Issue
Block a user