Skip to content

Commit

Permalink
reduce EXPECTED_CAPACITY
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro committed Aug 9, 2023
1 parent 5b67074 commit 53468f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/serialization/deserialize-capacity.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { deserialize } from '../../../cocos/serialization/deserialize';
@ccclass('Foo')
class Foo { @property foo!: Foo | null; }

const EXPECTED_CAPACITY = 900;
const EXPECTED_CAPACITY = 750;

test(`Deserialization capacity`, () => {
const fooSerialized = createVeryDeepFoo(EXPECTED_CAPACITY);
Expand Down

0 comments on commit 53468f4

Please sign in to comment.