Skip to content

Commit

Permalink
chore: 🤖 fix test of blame
Browse files Browse the repository at this point in the history
  • Loading branch information
kucherenko committed Mar 23, 2023
1 parent 9d0c1ae commit f89c953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jscpd/__tests__/options.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('jscpd options', () => {
'consoleFull',
]);
const clone = clones[0];
expect(clone.duplicationA.blame['18'].author).to.equal('Josh Soref');
expect(clone.duplicationA.blame['18'].author).to.equal('Andrey Kucherenko');
});
});

Expand Down

0 comments on commit f89c953

Please sign in to comment.