Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Oct 3, 2024
1 parent 625cbe6 commit 75cf8d8
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class VaultFormTests {
}

@Test
fun testValidHighSlippageWithdraw() {
fun testValidHighSlippageWithdrawWithAck() {
val result = VaultDepositWithdrawFormValidator.validateVaultForm(
formData = VaultFormData(
action = VaultFormAction.WITHDRAW,
Expand Down Expand Up @@ -303,12 +303,12 @@ class VaultFormTests {
VaultFormValidationErrors().slippageTooHigh(0.1999),
),
submissionData = VaultDepositWithdrawSubmissionData(
deposit=null,
withdraw=VaultWithdrawData(
deposit = null,
withdraw = VaultWithdrawData(
subaccountTo = "0",
shares =500.0,
minAmount = 396.0
)
shares = 500.0,
minAmount = 396.0,
),
),
summaryData = VaultFormSummaryData(
needSlippageAck = true,
Expand Down

0 comments on commit 75cf8d8

Please sign in to comment.