diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2017-10-11 22:00:00 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2017-10-11 22:00:00 -0300 |
commit | ee4db344a8604852bfa4f863ea132b8e1ab63ab7 (patch) | |
tree | 3f2dd14ec8851782c57781e096950abb6330f941 /t/10-use.t | |
parent | 7c5ff6b1e389ac9be7c51fb414a0048e986407cb (diff) | |
download | perl6-matrix-client-ee4db344a8604852bfa4f863ea132b8e1ab63ab7.tar.gz |
Rename tests
Diffstat (limited to 't/10-use.t')
-rw-r--r-- | t/10-use.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/10-use.t b/t/10-use.t new file mode 100644 index 0000000..88b4caa --- /dev/null +++ b/t/10-use.t @@ -0,0 +1,7 @@ +use lib 'lib'; +use Test; + +use-ok 'Matrix::Client'; +use-ok 'Matrix::Client::Room'; +use-ok 'Matrix::Client::Requester'; +done-testing; |