Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
upgundecha committed Jul 8, 2024
1 parent 3a8b9f4 commit eca04fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const srcMd = fs.readFileSync('../README.md', 'utf8');
describe('Checklist', function() {
describe('Header', function() {
it('is intact', function() {
expect(srcMd).to.startsWith('# Applied Artificial Intelligence and Machine Learning');
expect(srcMd).to.startsWith('# Applied Artificial Intelligence');
});
});

Expand Down

0 comments on commit eca04fe

Please sign in to comment.