chromium/chrome/browser/notifications/scheduler/internal/scheduler_config_unittest.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/notifications/scheduler/internal/scheduler_config.h"

#include <map>
#include <string>

#include "base/strings/string_number_conversions.h"
#include "base/test/scoped_feature_list.h"
#include "chrome/browser/notifications/scheduler/public/features.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace notifications {
namespace {

TEST(SchedulerConfigTest, FinchConfigTest) {}

}  // namespace
}  // namespace notifications