Skip to content

Commit cf83e7c

Browse files
committed
test: fix copy/paste typo in test title
1 parent 92c86f4 commit cf83e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ test('Accept a partial "presetConfig" object as option', async t => {
232232
t.regex(changelog, new RegExp(escape('* Change test ([222](https://github.com/owner/repo/commit/222))')));
233233
});
234234

235-
test('Use "gitHead" = require("lastRelease" and "nextRelease" if "gitTag" is not defined', async t => {
235+
test('Use "gitHead" from "lastRelease" and "nextRelease" if "gitTag" is not defined', async t => {
236236
const commits = [
237237
{hash: '111', message: 'fix(scope1): First fix'},
238238
{hash: '222', message: 'feat(scope2): Second feature'},
@@ -619,7 +619,7 @@ test('Throw error if "config" doesn`t exist', async t => {
619619
);
620620
});
621621

622-
test('ReThrow error = require("conventional-changelog"', async t => {
622+
test('ReThrow error from "conventional-changelog"', async t => {
623623
const commits = [
624624
{hash: '111', message: 'Fix: First fix (fixes #123)'},
625625
{hash: '222', message: 'Update: Second feature (fixes #456)'},

0 commit comments

Comments
 (0)