Skip to content

Commit

Permalink
Rename some of the .spec files which test crypto (#3077)
Browse files Browse the repository at this point in the history
* `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`.
  • Loading branch information
richvdh committed Jan 19, 2023
1 parent 83563c7 commit c7210b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
*
* Note that megolm (group) conversation is not tested here.
*
* See also `megolm.spec.js`.
* See also `crypto.spec.js`.
*/

// load olm before the sdk if possible
Expand Down

0 comments on commit c7210b9

Please sign in to comment.