diff --git a/spec/integ/megolm-integ.spec.ts b/spec/integ/crypto.spec.ts similarity index 100% rename from spec/integ/megolm-integ.spec.ts rename to spec/integ/crypto.spec.ts diff --git a/spec/integ/matrix-client-crypto.spec.ts b/spec/integ/olm-encryption-spec.ts similarity index 99% rename from spec/integ/matrix-client-crypto.spec.ts rename to spec/integ/olm-encryption-spec.ts index 326b8578bc7..ee9c334865c 100644 --- a/spec/integ/matrix-client-crypto.spec.ts +++ b/spec/integ/olm-encryption-spec.ts @@ -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