aggify icon indicating copy to clipboard operation
aggify copied to clipboard

Simplify field key assertions using set comparison

Open denini08 opened this issue 8 months ago • 0 comments

This PR updates some assertions in test_aggify.py to:

  • Compare directly with a set instead of converting keys to a list for faster lookups O(1).
  • Make the tests simpler and cleaner.
  • Keep the same test logic and behavior.

denini08 avatar May 17 '25 18:05 denini08