diff --git a/test/edu/nps/moves/dis7/SignalPdusTest.java b/test/edu/nps/moves/dis7/SignalPdusTest.java index 836a16edb25eeda1e10ce8851c0e1592965a340e..93b61fbf3c802cc9d5b21f7324180b6fa4875b83 100644 --- a/test/edu/nps/moves/dis7/SignalPdusTest.java +++ b/test/edu/nps/moves/dis7/SignalPdusTest.java @@ -135,7 +135,7 @@ public class SignalPdusTest { Path path = Path.of("./pduLog"); // Note: the player will playback all log files in the given path - PduPlayer player = new PduPlayer(DisThreadedNetIF.DEFAULT_MCAST_GROUP, DisThreadedNetIF.DEFAULT_DIS_PORT, path, false); + PduPlayer player = new PduPlayer(DisThreadedNetIF.DEFAULT_MULTICAST_ADDRESS, DisThreadedNetIF.DEFAULT_DIS_PORT, path, false); player.addRawListener(ba -> { if (ba != null) assertNotNull(pduFac.createPdu(ba), "PDU creation failure");