Skip to content

Commit

Permalink
Update test.js - more style revert
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduroure authored Jun 15, 2023
1 parent e1ebb07 commit 93ba708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ describe('Exporter', function() {
assert(testBuffer.equals(expectedRgbBuffer));
});

it('references the Roughness texture', function () {
it('references the Roughness texture', function() {
let gltfPath = path.resolve(outDirPath, '08_only_rough.gltf');
const asset = JSON.parse(fs.readFileSync(gltfPath));

Expand Down

0 comments on commit 93ba708

Please sign in to comment.