Skip to content

Commit

Permalink
fix: test name
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyrdek committed Dec 1, 2023
1 parent 712eed7 commit 49ecc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/2023-11-27/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Tutaj skopiuj testy dla zadania. Uruchom je poleceniem `npm test`
import { exampleFunction } from "."

test('should return 2', () => {
test('should return 4', () => {
expect(exampleFunction()).toBe(4)
})

0 comments on commit 49ecc2d

Please sign in to comment.