Skip to content

Commit 1b3c7a2

Browse files
This had better be the last unit test fix...
1 parent cb19b3d commit 1b3c7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testRunner/unittests/tscWatch/incremental.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ namespace ts.tscWatch {
196196
length: 1,
197197
code: Diagnostics.Type_0_is_not_assignable_to_type_1.code,
198198
category: Diagnostics.Type_0_is_not_assignable_to_type_1.category,
199-
messageText: "Type '20' is not assignable to type 'string'.",
199+
messageText: "Type 'number' is not assignable to type 'string'.",
200200
relatedInformation: undefined,
201201
reportsUnnecessary: undefined,
202202
source: undefined

0 commit comments

Comments
 (0)