1 /*
2 * SPDX-FileCopyrightText: Copyright (c) 2013-2025 Yegor Bugayenko
3 * SPDX-License-Identifier: MIT
4 */
5 package com.jcabi.github;
6
7 /**
8 * Integration test case for {@link RtNotifications}.
9 * @since 0.15
10 * @todo #920 Create integration tests for at least
11 * iterate() and get() operations of RtNotifications.
12 */
13 @SuppressWarnings("PMD.TestClassWithoutTestCases")
14 public final class RtNotificationsITestCase {
15 }