Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
[epociask/unsafe-withdrawal-heuristic] updated todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethen Pociask committed Oct 30, 2023
1 parent e52d436 commit 68118c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/heuristic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func TestWithdrawalSafetyDetection(t *testing.T) {
assert.Contains(t, alerts[0].Text, alertMsg, registry.GreaterThanPortal)
assert.Contains(t, alerts[0].Text, alertMsg, fmt.Sprintf(registry.GreaterThanThreshold, 20.0))

// TODO()
// TODO(#178) - Feat - Support WithdrawalProven processing in withdrawal_safety heuristic
// Mock the indexer call to return a really low withdrawal amount
// ts.TestIndexerClient.EXPECT().GetAllWithdrawalsByAddress(gomock.Any()).Return([]api_mods.WithdrawalItem{
// {
Expand Down

0 comments on commit 68118c9

Please sign in to comment.