chromium/chrome/browser/commerce/product_specifications/product_specifications_service_factory_unittest.cc

// 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/commerce/product_specifications/product_specifications_service_factory.h"

#include <memory>

#include "base/files/scoped_temp_dir.h"
#include "base/test/scoped_feature_list.h"
#include "chrome/test/base/testing_profile.h"
#include "components/commerce/core/commerce_feature_list.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

class ProductSpecificationsServiceFactoryTest : public testing::Test {};

TEST_F(ProductSpecificationsServiceFactoryTest, TestIncognitoProfile) {}

TEST_F(ProductSpecificationsServiceFactoryTest,
       TestRegularProfileProductSpecSyncFlagOn) {}

TEST_F(ProductSpecificationsServiceFactoryTest,
       TestRegularProfileProductSpecSyncFlagOff) {}

TEST_F(ProductSpecificationsServiceFactoryTest, TestSameProfile) {}

TEST_F(ProductSpecificationsServiceFactoryTest, TestDifferentProfile) {}