Skip to content

Add integration test for key holders list endpoint returning holders sorted by quantity descending #604

Description

@Chucks1093

Summary

The key holders list endpoint should return holders sorted by their key quantity from highest to lowest. An integration test should seed holders with different quantities and confirm the response order matches the expected sort.

Scope

  • Seed four holders with quantities 5, 1, 10, and 3 for the same creator
  • Call the holders list endpoint
  • Assert the response order is 10, 5, 3, 1
  • Assert all four holders are present with correct quantities

Acceptance Criteria

  • Holders returned in descending quantity order
  • All seeded holders present in response
  • Each holder entry has correct quantity field
  • Endpoint handles a creator with a single holder correctly

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

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