blob: 4556cf97c8ce11a96113ba12009f40f580c038ee [file] [edit]
// 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