Skip to content

Commit

Permalink
Fixed fourslash test.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Jan 21, 2016
1 parent 259e62d commit 0319f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cases/fourslash/completionEntryForConst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/////**/

goTo.marker();
verify.completionListContains("c", "const c: string", /*documentation*/ undefined, "const");
verify.completionListContains("c", 'const c: "s"', /*documentation*/ undefined, "const");

0 comments on commit 0319f0f

Please sign in to comment.