mirror of
https://github.com/valitydev/fraudbusters-management.git
synced 2024-11-06 08:25:17 +00:00
checkstyle
This commit is contained in:
parent
9e69347be9
commit
adf2916867
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user