test/test_tw.rb in tw-0.4.4 vs test/test_tw.rb in tw-0.4.5

- old
+ new

@@ -38,10 +38,10 @@ def test_user_timeline assert response? @client.user_timeline 'shokai' end def test_list_timeline - assert response? @client.list_timeline('shokai', 'arr') + assert response? @client.list_timeline('shokai', 'tw-user') end def test_direct_message assert response? @client.direct_messages end