Skip to content

Commit b526aa3

Browse files
committed
Update failing test baseline
1 parent 1fce34b commit b526aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/narrowingConstrainedTypeParameter.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string)
4343
throw new Error("Expected \"pet\" to be a Pet");
4444
>new Error("Expected \"pet\" to be a Pet") : Error
4545
>Error : ErrorConstructor
46-
>"Expected \"pet\" to be a Pet" : string
46+
>"Expected \"pet\" to be a Pet" : "Expected \"pet\" to be a Pet"
4747
}
4848
return voice(pet);
4949
>voice(pet) : string

0 commit comments

Comments
 (0)