// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/enterprise/connectors/device_trust/signals/signals_filterer.h" #include "components/device_signals/core/common/signals_constants.h" #include "testing/gtest/include/gtest/gtest.h" namespace enterprise_connectors { namespace { constexpr char kFakeSerialNumber[] = …; } // namespace // Test that nothing is filtered TEST(SignalsFiltererTest, Filter_DoNothing) { … } } // namespace enterprise_connectors