From b7dfa05d342fd371e1f52c894c1207d89896993c Mon Sep 17 00:00:00 2001 From: Edward Brey Date: Wed, 27 Aug 2025 11:23:24 -0500 Subject: [PATCH] Fix event test unsubscribing from wrong subscription. --- Tests/EventTests.prg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/EventTests.prg b/Tests/EventTests.prg index 1f980e2..6034168 100644 --- a/Tests/EventTests.prg +++ b/Tests/EventTests.prg @@ -26,7 +26,7 @@ loFw.EnableRaisingEvents = .T. lcFile = lcDir + "\wwDotNetBridge.EventTest.txt" STRTOFILE("DDD",lcFile) STRTOFILE("FFF",lcFile) -loLoopbackEventSubscription.Unsubscribe() +loFwSubscription.Unsubscribe() RETURN