fix missing extension (#6205)

* fix missing extension

* fix e2e

* better name
This commit is contained in:
Kurt Hutten
2025-04-09 01:41:48 +10:00
committed by GitHub
parent 2cd0fcc9a7
commit c3097aa334
2 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ test.describe('Point and click for boolean workflows', () => {
path.resolve( path.resolve(
__dirname, __dirname,
'../../', '../../',
'./rust/kcl-lib/e2e/executor/inputs/boolean-setup-with' './rust/kcl-lib/e2e/executor/inputs/boolean-setup-with-sketch-on-faces.kcl'
), ),
'utf-8' 'utf-8'
) )