Skip to content

Commit

Permalink
Merge pull request #4 from tony-codecov/trtrt
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-codecov authored Dec 13, 2024
2 parents 5d03095 + b434244 commit c05506d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flag1/mafs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ test('sums 1 + 2 + 3 + 4 to equal 10', () => {
expect(sum(1, 2, 3, 4)).toBe(10);
});

test('sums 1 + 2 + 3 + 4 to equal 10', () => {
test('sums none to equal 0', () => {
expect(sum()).toBe(0);
});

0 comments on commit c05506d

Please sign in to comment.