Skip to content

Commit b28985f

Browse files
committed
Intentionally break the build
1 parent 4e9ec58 commit b28985f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/graphs/searching/bfs.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var bfs = require('../../../src/graphs/searching/bfs').bfs;
1313
describe('BFS', function () {
1414

1515
it('should work with empty graph', function () {
16-
expect(bfs([], 0, 0)).toEqual([0]);
16+
expect(bfs([], 0, 0)).toEqual([1]);
1717
});
1818

1919
it('should return the correct output when used with\

0 commit comments

Comments
 (0)