Skip to content

Commit

Permalink
add @import annotation to InetPacketSenderTest to ensure EventLogger …
Browse files Browse the repository at this point in the history
…is available during test runs
  • Loading branch information
mcook42 committed Nov 1, 2024
1 parent 04cee75 commit 7e4eb44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import java.net.UnknownHostException;
import java.util.Arrays;

import org.springframework.context.annotation.Import;
import us.dot.its.jpo.ode.eventlog.EventLogger;

import org.junit.jupiter.api.BeforeAll;
Expand All @@ -40,8 +41,8 @@
import mockit.Capturing;
import us.dot.its.jpo.ode.util.CodecUtils;

@Import(value = { EventLogger.class })
public class InetPacketSenderTest {


static final private boolean isDebugOutput = false;

Expand Down

0 comments on commit 7e4eb44

Please sign in to comment.