chromium/components/autofill/core/browser/profile_requirement_utils_unittest.cc

// 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 "components/autofill/core/browser/profile_requirement_utils.h"

#include "base/test/scoped_feature_list.h"
#include "components/autofill/core/browser/autofill_test_utils.h"
#include "components/autofill/core/common/autofill_features.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill {

TEST(ProfileRequirementUtilsTest, IsMinimumAddress) {}

TEST(ProfileRequirementUtilsTest, IncompleteAddress) {}

// Mexico is special in that it has cities and municipios/demarcaciones
// territoriales. Some websites ask for only one of the two and we still want to
// offer saving addresses.
TEST(ProfileRequirementUtilsTest, MXAddress) {}

}  // namespace autofill