| Index: chrome/browser/notifications/notification_platform_bridge_mac_unittest.mm
|
| diff --git a/chrome/browser/notifications/notification_platform_bridge_mac_unittest.mm b/chrome/browser/notifications/notification_platform_bridge_mac_unittest.mm
|
| index 06c4419e49b560a0fcf8770a40c811a55dcb99ae..8ebf42f74d73237c9f6e19277fed1a455276a8e3 100644
|
| --- a/chrome/browser/notifications/notification_platform_bridge_mac_unittest.mm
|
| +++ b/chrome/browser/notifications/notification_platform_bridge_mac_unittest.mm
|
| @@ -422,9 +422,9 @@ TEST_F(NotificationPlatformBridgeMacTest, TestQuitRemovesBannersAndAlerts) {
|
| }
|
|
|
| TEST_F(NotificationPlatformBridgeMacTest, TestDisplayETLDPlusOne) {
|
| - std::unique_ptr<Notification> notification =
|
| - CreateBanner("Title", "Context", "https://hello.world.test.co.uk",
|
| - "Button 1", nullptr);
|
| + std::unique_ptr<Notification> notification = CreateBanner(
|
| + "Title", "Context", "https://overthelimit.hello.world.test.co.uk",
|
| + "Button 1", nullptr);
|
|
|
| std::unique_ptr<NotificationPlatformBridgeMac> bridge(
|
| new NotificationPlatformBridgeMac(notification_center(),
|
|
|