diff options
Diffstat (limited to 't/60-media.t')
-rw-r--r-- | t/60-media.t | 2 |
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. |