We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc0f2c commit b3fd80fCopy full SHA for b3fd80f
packages/transactions/tests/builder.test.ts
@@ -2052,7 +2052,7 @@ test('Make contract deploy with mixed post conditions (objects and serialized he
2052
expect((secondPC as STXPostConditionWire).amount).toBe(10n);
2053
});
2054
2055
-test('Comprehensive post condition test for contract call and deploy', async () => {
+test('Make contract transactions with multiple post condition formats', async () => {
2056
// Common test variables
2057
const senderKey = 'e494f188c2d35887531ba474c433b1e41fadd8eb824aca983447fd4bb8b277a801';
2058
const fee = 0;
@@ -2972,3 +2972,4 @@ describe('multi-sig', () => {
2972
await expect(txMismatch).rejects.toThrow();
2973
2974
2975
+
0 commit comments