blob: 34385225cf24d6da91ef16726cab7f2268c99a1a [file] [log] [blame]
// Copyright 2018 The Chromium OS 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 <base/files/file_path.h>
#include <gtest/gtest.h>
#include "diagnostics/wilco_dtc_supportd/ec_constants.h"
namespace diagnostics {
namespace {
TEST(EcConstantsTest, PropertiesPath) {
EXPECT_EQ(
base::FilePath(kEcDriverSysfsPath).Append(kEcDriverSysfsPropertiesPath),
base::FilePath("sys/bus/platform/devices/GOOG000C:00/properties/"));
}
} // namespace
} // namespace diagnostics