diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2018-02-13 20:57:49 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2018-02-13 20:57:49 -0300 |
commit | 88cb91984373e21f6271192c49652dd5c51796b2 (patch) | |
tree | e76e80971418fa7b0bf75fe0b230ede51a80e604 /t | |
parent | 88a1865f01f8849140fab0735eeffee99e34d7cf (diff) | |
download | perl6-matrix-client-88cb91984373e21f6271192c49652dd5c51796b2.tar.gz |
Add Response to tests
Diffstat (limited to 't')
-rw-r--r-- | t/10-use.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,4 +4,5 @@ use Test; use-ok 'Matrix::Client'; use-ok 'Matrix::Client::Room'; use-ok 'Matrix::Client::Requester'; +use-ok 'Matrix::Response'; done-testing; |