Skip to content

Conversation

breyed
Copy link
Contributor

@breyed breyed commented Aug 27, 2025

No description provided.

@Copilot Copilot AI review requested due to automatic review settings August 27, 2025 16:24
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a bug in the event test where the test was unsubscribing from an incorrect subscription object. The fix ensures the proper subscription is unsubscribed from during test cleanup.

  • Fixed incorrect subscription variable reference in test cleanup

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant