test/remote/client_test.rb in eroi-0.1.4 vs test/remote/client_test.rb in eroi-0.2.0

- old
+ new

@@ -166,10 +166,10 @@ :email => 'longbob@longbob.com', :firstname => 'Longbob', :lastname => 'Longson', :mailing_lists => 'MainList') - response = @client.send_list_edition_to_contact('MainList', 'Testing', 'longbob@longbob.com') + response = @client.send_list_edition('MainList', 'Testing', 'longbob@longbob.com') assert_equal true, response.success? end end