diff options
Diffstat (limited to 't/30-room.t')
-rw-r--r-- | t/30-room.t | 1 |
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; |