Skip to content

Commit

Permalink
fix DSC symbol test
Browse files Browse the repository at this point in the history
  • Loading branch information
fflaten committed Aug 25, 2022
1 parent d4a79f8 commit c090dc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ public void FindsSymbolsInDSCFile()
SymbolReference firstConfigurationSymbol = symbolsResult.First(r => r.SymbolType == SymbolType.Configuration);
Assert.Equal("AConfiguration", firstConfigurationSymbol.SymbolName);
Assert.Equal(2, firstConfigurationSymbol.ScriptRegion.StartLineNumber);
Assert.Equal(1, firstConfigurationSymbol.ScriptRegion.StartColumnNumber);
Assert.Equal(15, firstConfigurationSymbol.ScriptRegion.StartColumnNumber);
}

[Fact]
Expand Down

0 comments on commit c090dc3

Please sign in to comment.