checkstyle

This commit is contained in:
ggmaleva 2021-09-15 16:44:09 +03:00
parent 9e69347be9
commit adf2916867
No known key found for this signature in database
GPG Key ID: 0E412B78565B108F

View File

@ -268,7 +268,7 @@ class NotificationResourceTest {
@Test
void getNotificationsWithErrorCall() throws Exception {
String continuationId = String.valueOf(1l);
String continuationId = String.valueOf(1L);
int size = 10;
String searchValue = TestObjectFactory.randomString();
when(notificationClient
@ -287,7 +287,7 @@ class NotificationResourceTest {
@Test
void getNotifications() throws Exception {
String continuationId = String.valueOf(1l);
String continuationId = String.valueOf(1L);
int size = 10;
String searchValue = TestObjectFactory.randomString();
var notifications = TestObjectFactory.testInternalNotifications(3);
@ -306,7 +306,7 @@ class NotificationResourceTest {
@Test
void getChannelsWithErrorCall() throws Exception {
String continuationId = String.valueOf(1l);
String continuationId = String.valueOf(1L);
int size = 10;
String searchValue = TestObjectFactory.randomString();
var channels = TestObjectFactory.testInternalChannels(3);