Skip to content

Commit caaba7b

Browse files
joaquimsnactions-user
authored andcommitted
style: 💄 Apply formatting changes
1 parent c04a6ca commit caaba7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/schema-parser.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('schema-parser', () => {
4040
it('Deve transformar o schema de validação código de modelo da camada de dados', () => {
4141
let result = [];
4242
result = result.concat(parse.parseToDataLayer(schemaGlobal.array.items));
43-
43+
4444
expect(result).to.be.an('array').that.not.empty;
4545
expect(result).to.be.an('array').that.have.lengthOf(4);
4646
expect(result[0].event).to.be.equal('update');

0 commit comments

Comments
 (0)