Skip to content

Commit

Permalink
Experimental check tests
Browse files Browse the repository at this point in the history
  • Loading branch information
18bitmood committed Sep 24, 2021
1 parent bb33b65 commit e33e067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/endpoints/ipfs_endpoints_spec.rb
Expand Up @@ -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
Expand Down

0 comments on commit e33e067

Please sign in to comment.