From e33e0672154fc5af6bd45f5c6693d52ffe933f86 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 24 Sep 2021 14:06:51 +0300 Subject: [PATCH] Experimental check tests --- spec/endpoints/ipfs_endpoints_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/endpoints/ipfs_endpoints_spec.rb b/spec/endpoints/ipfs_endpoints_spec.rb index 97db717..8e9cf01 100644 --- a/spec/endpoints/ipfs_endpoints_spec.rb +++ b/spec/endpoints/ipfs_endpoints_spec.rb @@ -38,7 +38,7 @@ puts "\n" * 3 puts Dir.pwd puts "\n" * 3 - response = blockfrost_ipfs.add_a_file('./README.md') + response = blockfrost_ipfs.add_a_file('./Gemfile') expect(response[:status]).to eq(200) ipfs_path = response[:body][:ipfs_hash] end