From 1b3c7a28c1883cc76f17fc3c2cc291a2cf1ebd1b Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sun, 19 Apr 2020 21:50:17 -0400 Subject: [PATCH] This had better be the last unit test fix... --- src/testRunner/unittests/tscWatch/incremental.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testRunner/unittests/tscWatch/incremental.ts b/src/testRunner/unittests/tscWatch/incremental.ts index 2d05482c2b1..34de6c4d7b1 100644 --- a/src/testRunner/unittests/tscWatch/incremental.ts +++ b/src/testRunner/unittests/tscWatch/incremental.ts @@ -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