Skip to content

Commit b3fd80f

Browse files
committed
refactor: rename post condition test to match naming conventions
1 parent 7fc0f2c commit b3fd80f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/transactions/tests/builder.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2052,7 +2052,7 @@ test('Make contract deploy with mixed post conditions (objects and serialized he
20522052
expect((secondPC as STXPostConditionWire).amount).toBe(10n);
20532053
});
20542054

2055-
test('Comprehensive post condition test for contract call and deploy', async () => {
2055+
test('Make contract transactions with multiple post condition formats', async () => {
20562056
// Common test variables
20572057
const senderKey = 'e494f188c2d35887531ba474c433b1e41fadd8eb824aca983447fd4bb8b277a801';
20582058
const fee = 0;
@@ -2972,3 +2972,4 @@ describe('multi-sig', () => {
29722972
await expect(txMismatch).rejects.toThrow();
29732973
});
29742974
});
2975+

0 commit comments

Comments
 (0)