Skip to content

Commit

Permalink
Corrected comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshVarty committed Jan 5, 2015
1 parent d404482 commit d8d4b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SourceBrowser.Tests/CSharpTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void M1 () { }
walker.Visit(document.GetSyntaxRootAsync().Result);
var documentModel = walker.GetDocumentModel();

//Make sure there's 10 tokens
//Make sure there's 12 tokens
Assert.IsTrue(documentModel.Tokens.Count == 12);

//Make sure they're classified correctly
Expand Down

0 comments on commit d8d4b87

Please sign in to comment.