Skip to content

Commit 1c21085

Browse files
saixiaoxitrekhleb
authored andcommitted
chore: fix typo in n-queens test description
1 parent 2c1d2d7 commit 1c21085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/algorithms/uncategorized/n-queens/__test__/nQueens.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import nQueens from '../nQueens';
22

33
describe('nQueens', () => {
4-
it('should not hae solution for 3 queens', () => {
4+
it('should not have solution for 3 queens', () => {
55
const solutions = nQueens(3);
66
expect(solutions.length).toBe(0);
77
});

0 commit comments

Comments
 (0)