Skip to content

Commit

Permalink
chore: revert break the test
Browse files Browse the repository at this point in the history
  • Loading branch information
artemtam committed Dec 13, 2024
1 parent 1756a55 commit a383bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2023/day-01/solution.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const inputFile = Bun.file(import.meta.dir + '/input.txt');
const input = await inputFile.text();

test('part 1', () => {
expect(solvePart1(input)).toEqual(0);
expect(solvePart1(input)).toEqual(55712);
})

test('part 2', () => {
Expand Down

0 comments on commit a383bb6

Please sign in to comment.