We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d6db16 + f2c2604 commit ababa13Copy full SHA for ababa13
src/features/codeLensProvider.ts
@@ -104,7 +104,7 @@ export default class OmniSharpCodeLensProvider extends AbstractProvider implemen
104
if (testFeature) {
105
// this test method has a test feature
106
let testFrameworkName = 'xunit';
107
- if (testFeature.Name == 'NunitTestMethod') {
+ if (testFeature.Name == 'NUnitTestMethod') {
108
testFrameworkName = 'nunit';
109
}
110
else if (testFeature.Name == 'MSTestMethod') {
0 commit comments