Skip to content

Commit afe46a2

Browse files
committed
test: updated test when runtime version is unknown
1 parent 7b480e5 commit afe46a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functionsMetaData.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('writeFunctionConfiguration', () => {
9191
const expected = {
9292
config: {
9393
name: functionTitle,
94-
generator: '@netlify/next-runtime@version-not-found',
94+
generator: '@netlify/next-runtime@unknown',
9595
},
9696
version: 1,
9797
}

0 commit comments

Comments
 (0)