Skip to content

Commit 1f4a374

Browse files
committed
Fixed formatting
1 parent baf8809 commit 1f4a374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/test/queryconstraint.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('Query Constraints', () => {
5454
{ qc: equalTo(''), name: 'equalTo' }
5555
];
5656
queryConstraintTypes.forEach(({ qc, name }) => {
57-
expect(qc.type).to.equal(name);
57+
expect(qc.type).to.equal(name);
5858
});
5959
});
6060
});

0 commit comments

Comments
 (0)