diff options
author | Matias Linares <matiaslina@gmail.com> | 2021-01-11 22:20:09 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2021-01-11 22:20:09 -0300 |
commit | 7be9fa68bef82a7576344a6e8cc1e51154c6b3bf (patch) | |
tree | d60908a75c60b55d4ea90f6079c2459f9cf56be9 /t/10-use.t | |
parent | 9da9134f0b28c0e4c69537b54fd96dca3a66aaed (diff) | |
download | perl6-matrix-client-7be9fa68bef82a7576344a6e8cc1e51154c6b3bf.tar.gz |
Response & Exception refactor
Diffstat (limited to 't/10-use.t')
-rw-r--r-- | t/10-use.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ use Test; use-ok 'Matrix::Client'; use-ok 'Matrix::Client::Room'; use-ok 'Matrix::Client::Requester'; -use-ok 'Matrix::Response'; +use-ok 'Matrix::Client::Response'; use-ok 'Matrix::Client::Exception'; use-ok 'Matrix::Client::MediaStore'; |