Skip to content

Commit 74ab12d

Browse files
committed
Change test case to pay 0 ether in ransom
1 parent 8841fe1 commit 74ab12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ZeroRansom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ contract("Simple Straight forward transaction", async (accounts) => {
2727
let victim = accounts[2]; // infected person
2828

2929
let victimId = 0x5500; // Victim ID
30-
let ransomAmount = tw('2', 'ether'); // Ransom Amount
30+
let ransomAmount = tw('0', 'wei'); // Ransom Amount
3131

3232
let ttlBalBefore = 0;
3333

0 commit comments

Comments
 (0)