Skip to content

Commit 312d562

Browse files
committed
Fixed byteman script
1 parent f674575 commit 312d562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/scripts/ASYM_ENCRYPT_BlockTest/testASYM_ENCRYPT_NotBlockingJoin.btm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BIND gms=$0;
1010
dest=$2;
1111
IF TRUE
1212
DO System.out.println("** sending unicast message to " + dest);
13-
sendUnicast(gms, dest);
13+
SendUnicast.sendUnicast(gms, dest);
1414
ENDRULE
1515

1616

0 commit comments

Comments
 (0)