Skip to content

Commit

Permalink
Really fixing broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jun 30, 2015
1 parent 1583948 commit 53b16a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/OmniSharp.Tests/HighlightFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace N1
class C1 { int n = true; }
}
";

var workspace = TestHelpers.CreateSimpleWorkspace(new Dictionary<string, string>
{
{ "a.cs", code }
Expand Down Expand Up @@ -167,7 +167,7 @@ class C1 { int n = true; }
}

[Fact]
public async Task HighlightExclude sUnwantedPunctuation()
public async Task HighlightExcludesUnwantedPunctuation()
{
var code = @"
namespace N1
Expand Down

0 comments on commit 53b16a9

Please sign in to comment.