blob: 05c042e701463a3052f77d06d4f42bff72fcc051 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "peridot/bin/ledger/tests/cloud_provider/validation_test.h"
namespace cloud_provider {
ValidationTest::ValidationTest()
: startup_context_(component::StartupContext::CreateFromStartupInfo()) {}
ValidationTest::~ValidationTest() {}
void ValidationTest::SetUp() {
startup_context_->ConnectToEnvironmentService(cloud_provider_.NewRequest());
}
} // namespace cloud_provider