aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2017-10-11 22:00:00 -0300
committerMatias Linares <matiaslina@openmailbox.org>2017-10-11 22:00:00 -0300
commitee4db344a8604852bfa4f863ea132b8e1ab63ab7 (patch)
tree3f2dd14ec8851782c57781e096950abb6330f941
parent7c5ff6b1e389ac9be7c51fb414a0048e986407cb (diff)
downloadperl6-matrix-client-ee4db344a8604852bfa4f863ea132b8e1ab63ab7.tar.gz
Rename tests
-rw-r--r--t/01-meta.t (renamed from t/meta.t)5
-rw-r--r--t/10-use.t (renamed from t/use.t)0
2 files changed, 2 insertions, 3 deletions
diff --git a/t/meta.t b/t/01-meta.t
index 98788f2..f5fc6d0 100644
--- a/t/meta.t
+++ b/t/01-meta.t
@@ -1,6 +1,5 @@
use lib 'lib';
use Test;
use Test::META;
-
-meta-ok;
-done-testing;
+plan 1;
+meta-ok();
diff --git a/t/use.t b/t/10-use.t
index 88b4caa..88b4caa 100644
--- a/t/use.t
+++ b/t/10-use.t