Skip to content

Commit

Permalink
This had better be the last unit test fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Apr 20, 2020
1 parent cb19b3d commit 1b3c7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testRunner/unittests/tscWatch/incremental.ts
Expand Up @@ -196,7 +196,7 @@ namespace ts.tscWatch {
length: 1,
code: Diagnostics.Type_0_is_not_assignable_to_type_1.code,
category: Diagnostics.Type_0_is_not_assignable_to_type_1.category,
messageText: "Type '20' is not assignable to type 'string'.",
messageText: "Type 'number' is not assignable to type 'string'.",
relatedInformation: undefined,
reportsUnnecessary: undefined,
source: undefined
Expand Down

0 comments on commit 1b3c7a2

Please sign in to comment.