Skip to content

Commit 2545804

Browse files
committed
chore: clarify test title
1 parent 47cfeb0 commit 2545804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/examples/DiscreteERC20.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('DiscreteERC20', function () {
100100
expect(decryptedBalanceAlice).to.equal(975);
101101
});
102102

103-
it('should respond with the correct balance', async function () {
103+
it('should respond with the correct balance, encrypted under the accounts public key', async function () {
104104
// Signers
105105
const [alice] = await ethers.getSigners();
106106
const alicePrivateKey = '8355bb293b8714a06b972bfe692d1bd9f24235c1f4007ae0be285d398b0bba2f';

0 commit comments

Comments
 (0)