| // Copyright 2024 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 <fcntl.h> | |
| #include <fbl/unique_fd.h> | |
| #include <gtest/gtest.h> | |
| namespace { | |
| // TODO (gulfem): Add tests for instrumentation data component | |
| TEST(InstrumentationDataTest, PublishData) { EXPECT_TRUE(true); } | |
| } // namespace |