- fix test case

This commit is contained in:
Mike Penz
2020-10-17 18:05:35 +02:00
parent b464ff088a
commit fbc3c7370b
+1 -1
View File
@@ -88,7 +88,7 @@ it('Should match generated changelog (unspecified fromTag)', async () => {
it('Should match generated changelog (refs)', async () => {
jest.setTimeout(180000)
const configuration = readConfiguration('configuration.json')
const configuration = readConfiguration('configuration.json')!!
const releaseNotes = new ReleaseNotes({
owner: 'mikepenz',
repo: 'release-changelog-builder-action',