Skip to content

Commit 043893a

Browse files
committed
uncomplain
1 parent ed15317 commit 043893a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/oats-runtime/test/make-from-reflection.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ describe('intersection', () => {
400400
});
401401

402402
class SomeClass {
403-
a: 1;
403+
a = 1;
404404
}
405405
describe('unknown', () => {
406406
it('redoes value classes', async () => {

0 commit comments

Comments
 (0)