diff --git a/tests/t/22path-trace.t b/tests/t/22path-trace.t index 94098a5..22562b8 100644 --- a/tests/t/22path-trace.t +++ b/tests/t/22path-trace.t @@ -15,12 +15,12 @@ my $p = new runproduct('basic'); ok(defined $p, 1, "Failed to initialize product runner"); ok($p->start(), 1, "Failed to start product"); -$tx_call = "N0CALL-1"; +$tx_call = "OHCALL-1"; $server_call = "TESTING"; $i_tx = new Ham::APRS::IS("localhost:55152", $tx_call); ok(defined $i_tx, 1, "Failed to initialize Ham::APRS::IS"); -$i_rx = new Ham::APRS::IS("localhost:55152", "N0CALL-2"); +$i_rx = new Ham::APRS::IS("localhost:55152", "OHCALL-2"); ok(defined $i_rx, 1, "Failed to initialize Ham::APRS::IS"); # connect