Skip to content

Commit 3f14490

Browse files
piotr-iohkCopilot
andauthored
Update test/helpers/actions.ts
Co-authored-by: Copilot <[email protected]>
1 parent 9135539 commit 3f14490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ export async function handleOver50PercentAlert(action: alertAction = 'confirm')
855855
await handleCommonAlert(action, 'SendDialog2', 'over 50%');
856856
}
857857

858-
// sending over 100$ warning
858+
// sending over $100 warning
859859
export async function handleOver100Alert(action: alertAction = 'confirm') {
860860
await handleCommonAlert(action, 'SendDialog1', 'over $100');
861861
}

0 commit comments

Comments
 (0)