Skip to content

Add unit tests for the blacklist view returning the correct status for blacklisted and non-blacklisted wallets #725

Description

@Chucks1093

Summary

A is_blacklisted view should return true for a wallet on the blacklist and false for one that is not. Unit tests should confirm both cases and that removing a wallet from the blacklist flips the response.

Scope

  • Test is_blacklisted returns false for a wallet not on the list
  • Test is_blacklisted returns true after the wallet is added to the blacklist
  • Test is_blacklisted returns false after the wallet is removed from the blacklist

Acceptance Criteria

  • Returns false for non-blacklisted wallet
  • Returns true after wallet is blacklisted
  • Returns false after wallet is removed from blacklist

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions