Skip to content

fix hasProvidersForActiveTextDocument test

Warren Gifford requested to merge fix-hasproviders into master

Created by: sqs

The hasProvidersForActiveTextDocument method returns false when there are no selections. The test name indicates that it should be testing when there IS a match, but the test code itself checked for false and set up a scenario where there was no match. This fixes the test code to match its name.

Merge request reports

Loading