blob: c9dc5b50bfe4353ec5baef22410ccc5fc9a14c26 [file] [log] [blame]
// Copyright 2024 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/ash/extended_updates/extended_updates_controller.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace ash {
TEST(ExtendedUpdatesControllerTest, ShouldRequestExtendedUpdatesOptIn) {
EXPECT_FALSE(ShouldRequestExtendedUpdatesOptIn());
}
} // namespace ash