Skip to content

Commit c7210b9

Browse files
authored
Rename some of the .spec files which test crypto (#3077)
* `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`.
1 parent 83563c7 commit c7210b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

spec/integ/matrix-client-crypto.spec.ts renamed to spec/integ/olm-encryption-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
*
2323
* Note that megolm (group) conversation is not tested here.
2424
*
25-
* See also `megolm.spec.js`.
25+
* See also `crypto.spec.js`.
2626
*/
2727

2828
// load olm before the sdk if possible

0 commit comments

Comments
 (0)