chromium/components/sync/engine/nigori/cross_user_sharing_public_key_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/sync/engine/nigori/cross_user_sharing_public_key.h"

#include <vector>

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace syncer {
namespace {

TEST(CrossUserSharingPublicKeyTest,
     GetRawCrossUserSharingPublicKeyShouldAlwaysSucceed) {}

TEST(CrossUserSharingPublicKeyTest, CreateByImportShouldFailOnLongerKeys) {}

TEST(CrossUserSharingPublicKeyTest, CreateByImportShouldFailOnShorterKeys) {}

TEST(CrossUserSharingPublicKeyTest, CloneShouldAlwaysSucceed) {}

}  // namespace
}  // namespace syncer