Skip to content

Fix up Theory that wasn't actually using the test parameters#44277

Merged
1 commit merged intodotnet:masterfrom
jasonmalinowski:fix-lsif-theory
May 16, 2020
Merged

Fix up Theory that wasn't actually using the test parameters#44277
1 commit merged intodotnet:masterfrom
jasonmalinowski:fix-lsif-theory

Conversation

@jasonmalinowski
Copy link
Member

Originally there was just the TestSourceFilePathMappingWithDriveLetterOnly test which was a simple fact that only covered one case. It looks like I copied that intending to add a second test, and then converted the second copy to a Theory...and then never updated that properly nor deleted the original. This puts everything back in order.

Fixes #44224

@jasonmalinowski jasonmalinowski requested a review from a team as a code owner May 14, 2020 23:59
Originally there was just the TestSourceFilePathMappingWithDriveLetterOnly
test which was a simple fact that only covered one case. It looks like I
copied that intending to add a second test, and then converted the
second copy to a Theory...and then never updated that properly either
nor deleted the original. This puts everything back in order.

Fixes dotnet#44224
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Auto-approval

@ghost ghost merged commit 0cebbc3 into dotnet:master May 16, 2020
@jasonmalinowski jasonmalinowski deleted the fix-lsif-theory branch May 27, 2020 23:08
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LanguageServerIndexFormat test 'TestSourceFilePathMappingWithDriveLetters' has unused parameters

2 participants