Skip to content

Commit

Permalink
one more path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed Dec 16, 2024
1 parent 55de060 commit e8f48fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { readFile } = require('fs').promises;
const Generator = require('@asyncapi/generator');
const asyncapi_v3_path_postman = path.resolve(__dirname, './__fixtures__/asyncapi-postman-echo.yml');
const asyncapi_v3_path_hoppscotch = path.resolve(__dirname, './__fixtures__/asyncapi-hoppscotch-echo.yml');
const testResultPath = path.resolve('tests/temp/snapshotTestResult');
const testResultPath = path.resolve(__dirname, './temp/snapshotTestResult');
const template = './';

describe('testing if generated client match snapshot', () => {
Expand Down

0 comments on commit e8f48fa

Please sign in to comment.