Skip to content

Commit 1098402

Browse files
committed
fix CI
1 parent 5f71094 commit 1098402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

2024/02/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type Demand = 900_000;
66

77
type t0_actual = Demand; // =>
88
type t0_expected = 900_000; // =>
9-
type t0 = Expect<Equal<t0_actual, t0_expected>>;
9+
type test_t0 = Expect<Equal<t0_actual, t0_expected>>;
1010

1111
/*
1212
* Sometimes, throughout Advent of TypeScript, you'll see a test that asserts there _is_ a type error, often to ensure that you're providing a correct implementation.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "advent-of-typescript-2023",
2+
"name": "advent-of-typescript",
33
"version": "1.0.0",
44
"description": "",
55
"main": "index.ts",

0 commit comments

Comments
 (0)