aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@gmail.com>2021-03-28 19:51:16 -0300
committerMatias Linares <matiaslina@gmail.com>2021-03-28 19:51:16 -0300
commite57b75a19a8f4a02bf93e99ac9dbf3c06575b219 (patch)
treee7322f6a0e731e77aaa6b7958454fb43b3455c13 /t
parentf3f846be62f3715ad2a716043c8e92806c2472fa (diff)
downloadperl6-matrix-client-e57b75a19a8f4a02bf93e99ac9dbf3c06575b219.tar.gz
Add typing api support
Diffstat (limited to 't')
-rw-r--r--t/30-room.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/30-room.t b/t/30-room.t
index b9f7cfd..7eb9dd7 100644
--- a/t/30-room.t
+++ b/t/30-room.t
@@ -7,6 +7,7 @@ use-ok 'Matrix::Client::Room';
my $room = Matrix::Client::Room.new(:home-server<test>, :id<!something>);
can-ok $room, 'read-marker';
+can-ok $room, 'typing';
# Integrations tests;