test/integration/test_subscriptions.rb in peddler-0.15.0 vs test/integration/test_subscriptions.rb in peddler-0.16.0

- old
+ new

@@ -7,10 +7,9 @@ res = client.list_registered_destinations refute_empty res.parse end end - def test_lists_subscriptions clients.each do |client| res = client.list_subscriptions refute_empty res.parse end