Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Tests/EventTests.prg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ loFw.EnableRaisingEvents = .T.
lcFile = lcDir + "\wwDotNetBridge.EventTest.txt"
STRTOFILE("DDD",lcFile)
STRTOFILE("FFF",lcFile)
loLoopbackEventSubscription.Unsubscribe()
loFwSubscription.Unsubscribe()
Copy link

Copilot AI Aug 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fix assumes that loFwSubscription is the correct subscription object to unsubscribe from. However, without seeing the full test context, verify that loFwSubscription is properly initialized and is the intended subscription object for this test scenario.

Copilot uses AI. Check for mistakes.
RETURN


Expand Down