blob: 0e5ed5875ff58bb9449cd8e2f329f00d8ccd432e [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/cryptauth/remote_device.h"
#include "components/proximity_auth/proximity_auth_system.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace proximity_auth {
TEST(ProximityAuthSystemTest, GetRemoteDevices) {
// TODO(tengs): Reimplement this test.
}
} // namespace proximity_auth