From 7be9fa68bef82a7576344a6e8cc1e51154c6b3bf Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Mon, 11 Jan 2021 22:20:09 -0300 Subject: Response & Exception refactor --- t/10-use.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/10-use.t') diff --git a/t/10-use.t b/t/10-use.t index 1c6f97e..7bce568 100644 --- a/t/10-use.t +++ b/t/10-use.t @@ -4,7 +4,7 @@ use Test; use-ok 'Matrix::Client'; use-ok 'Matrix::Client::Room'; use-ok 'Matrix::Client::Requester'; -use-ok 'Matrix::Response'; +use-ok 'Matrix::Client::Response'; use-ok 'Matrix::Client::Exception'; use-ok 'Matrix::Client::MediaStore'; -- cgit v1.2.3-54-g00ecf