Skip to content

Commit

Permalink
chore: remove unnecessary asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
thevaibhav-dixit committed Dec 9, 2024
1 parent 0772a00 commit db796b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bats/credit-facility-1.bats
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ withdraw_amount() {
}'
)
exec_admin_graphql 'confirm-withdrawal' "$variables"
echo $(graphql_output)
status=$(graphql_output '.data.withdrawalConfirm.withdrawal.status')
[[ "$status" == "CONFIRMED" ]] || exit 1
}

deposit_amount() {
Expand Down

0 comments on commit db796b5

Please sign in to comment.