Skip to content

Commit

Permalink
Appease standardrb
Browse files Browse the repository at this point in the history
  • Loading branch information
edk committed Apr 18, 2024
1 parent 5dfbbd0 commit 63c729f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_raindrop_raindrop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def setup

def test_get_raindrops_from_collection
VCR.use_cassette("raindrops_multiple_from_collection") do
response = RaindropIo::Raindrop.raindrops("-1")
RaindropIo::Raindrop.raindrops("-1")
# binding.pry
# assert_instance_of Array, response
# assert_instance_of RaindropIo::Raindrop, response.first
Expand Down

0 comments on commit 63c729f

Please sign in to comment.