diff options
author | Matias Linares <matiaslina@gmail.com> | 2021-01-11 22:48:16 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2021-01-11 22:48:16 -0300 |
commit | f6397392c4fc88d1e9335bbbc4f91d8cb2f29368 (patch) | |
tree | dddb106193d48ca078946d2edb403ef75faca9dd /t/10-use.t | |
parent | 14551a46b61a78a55cacf282e0534a1938215467 (diff) | |
parent | 289165e26df8830a15b6df1a63321583a2e67499 (diff) | |
download | perl6-matrix-client-f6397392c4fc88d1e9335bbbc4f91d8cb2f29368.tar.gz |
Merge branch 'documentation'
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'; |