Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
holotsvan authored Jan 14, 2025
1 parent 5bbd4d0 commit 342b4b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ void getOrganizersCountTest() {
}

@SneakyThrows
private AddEventDtoRequest getAddEventDtoRequestTest() {
private AddEventDtoRequest getAddEventDtoRequest() {
String json = """
{
"title":"string",
Expand Down Expand Up @@ -652,7 +652,7 @@ private UpdateEventRequestDto getUpdateEventDto() {
}

@SneakyThrows
private EventDto getEventDtoTest() {
private EventDto getEventDto() {
String json = """
{
"additionalImages": [
Expand Down

0 comments on commit 342b4b5

Please sign in to comment.