Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename some of the .spec files which test crypto #3077

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Jan 18, 2023

  • matrix-client-crypto.spec.ts only tested a very specific bit of crypto (olm encryption). It goes back to the very early days, before Megolm was invented. I've renamed it to olm-encryption-spec.ts.

  • megolm-integ.spec.ts is more of a general crypto test; it was just called megolm to distinguish it from the Olm tests above. Renamed to crypto.spec.ts.


This change is marked as an internal change (Task), so will not be included in the changelog.

* `matrix-client-crypto.spec.ts` only tested a very specific bit of crypto (olm
  encryption). It goes back to the very early days, before Megolm was invented.
  I've renamed it to `olm-encryption-spec.ts`.

* `megolm-integ.spec.ts` is more of a general crypto test; it was just called
  `megolm` to distinguish it from the Olm tests above. Renamed to
  `crypto.spec.ts`.
@richvdh richvdh added the T-Task Tasks for the team like planning label Jan 18, 2023
@richvdh richvdh marked this pull request as ready for review January 19, 2023 12:09
@richvdh richvdh requested a review from a team as a code owner January 19, 2023 12:09
@richvdh richvdh merged commit c7210b9 into develop Jan 19, 2023
@richvdh richvdh deleted the rav/rename_crypto_test_files branch January 19, 2023 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants