aboutsummaryrefslogtreecommitdiff
path: root/t/60-media.t
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2020-11-23 19:52:11 -0300
committerMatias Linares <matiaslina@gmail.com>2020-11-23 19:52:11 -0300
commit346f058b08e3c0b911243f59996cd0ef635ae211 (patch)
tree21bdbca708d46cbaa34dcf183dd48b66fb8fd9bc /t/60-media.t
parent4cd5b4da65ee1d94ea8b6ce54e990e0bdda99053 (diff)
downloadperl6-matrix-client-346f058b08e3c0b911243f59996cd0ef635ae211.tar.gz
Fix tests
Diffstat (limited to 't/60-media.t')
-rw-r--r--t/60-media.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/60-media.t b/t/60-media.t
index 5601d8a..2417cb1 100644
--- a/t/60-media.t
+++ b/t/60-media.t
@@ -7,6 +7,8 @@ my $path = $*TMPDIR.add('matrix-client-test');
LEAVE { unlink $path; }
$path.spurt("") unless $path.f;
+plan 3;
+
subtest 'Upload', {
plan 5;
# Mock the post-bin method of Matrix::Client::Requester.