Skip to content

Reorganizing some tests ?

We might want to reorganize some tests depending on the index used:

  • test/identity/augmentation/isBeingRevoked_test.exs -> test/membership/augmentation/isBeingRevoked_test.exs (because it uses the MINDEX and not the IINDEX)
  • test/identity/augmentation/unitBase_test.exs -> test/transaction/augmentation/unitBase_test.exs (because it uses the SINDEX and not the IINDEX)
  • ...