Skip to content

Commit

Permalink
updartes
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Oct 25, 2024
1 parent d252384 commit 07b19cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Testing create_file_mass', () => {
material_density: 0.007,
body: await fsp.readFile('./example.obj', 'base64'),
});
if ('error_code' in response) throw 'error';
if ('error_code' in response) throw 'error: ' + response;

const { status, mass } = response;
expect(mass).toBe(103.7539631347172);
Expand Down

0 comments on commit 07b19cc

Please sign in to comment.