From 4823babb29e8d2c2f65b775e72210aac7a2175c5 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 17 May 2020 20:09:38 -0300 Subject: Add Matrix::Client::MediaStore class This is to wrap all the endpoints pointing to the media store. --- t/10-use.t | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/10-use.t') diff --git a/t/10-use.t b/t/10-use.t index df4130b..1c6f97e 100644 --- a/t/10-use.t +++ b/t/10-use.t @@ -6,4 +6,6 @@ use-ok 'Matrix::Client::Room'; use-ok 'Matrix::Client::Requester'; use-ok 'Matrix::Response'; use-ok 'Matrix::Client::Exception'; +use-ok 'Matrix::Client::MediaStore'; + done-testing; -- cgit v1.2.3-54-g00ecf