chromium/components/autofill/core/browser/payments/payments_requests/upload_iban_request_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/payments/payments_requests/upload_iban_request.h"

#include "base/functional/callback_helpers.h"
#include "base/json/json_reader.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill::payments {

namespace {

constexpr char kAppLocale[] =;
constexpr int kBillableServiceNumber =;
constexpr int64_t kBillingCustomerNumber =;
constexpr char16_t kContextToken[] =;
constexpr char16_t kValue[] =;
constexpr char16_t kNickname[] =;

}  // namespace

class UploadIbanRequestTest : public testing::Test {};

TEST_F(UploadIbanRequestTest, GetRequestContent) {}

}  // namespace autofill::payments