Skip to content

Commit

Permalink
Unnecessary printing in the EventLoaderTest.java removed
Browse files Browse the repository at this point in the history
  • Loading branch information
peniakoff committed May 7, 2024
1 parent dbda812 commit 1aad3e4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,6 @@ public void testLoadRabbitMQEvent() {
public void testLoadScheduledV2Event() {
ScheduledV2Event event = EventLoader.loadScheduledV2Event("scheduler_event.json");

System.out.println("Event: " + event.toString());

assertThat(event).isNotNull();
assertThat(event.getDetailType()).isEqualTo("Scheduled Event");
assertThat(event.getSource()).isEqualTo("aws.scheduler");
Expand Down

0 comments on commit 1aad3e4

Please sign in to comment.