diff options
author | Matias Linares <matiaslina@gmail.com> | 2020-03-24 19:03:55 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2020-03-24 19:03:55 -0300 |
commit | e39257df2688137d57d88d502f7198425d5dfcd5 (patch) | |
tree | b74b0d0751ddeedf96cfcda4b7b640ff76a82857 /t | |
parent | ec4393cb81952fffa2273e313818a57c9611c5a2 (diff) | |
download | perl6-matrix-client-e39257df2688137d57d88d502f7198425d5dfcd5.tar.gz |
Remove JSON::Tiny dependency in test/examples
Diffstat (limited to 't')
-rw-r--r-- | t/40-response.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/40-response.t b/t/40-response.t index 61dd635..cc219b2 100644 --- a/t/40-response.t +++ b/t/40-response.t @@ -1,6 +1,6 @@ use lib 'lib'; use Test; -use JSON::Tiny; +use JSON::Fast; use Matrix::Response; plan 7; |