changeset 227:e8eb5caae9c1

Use a different account
author nanaya <me@nanaya.pro>
date Sun, 03 Apr 2022 21:09:58 +0900
parents cf3ebc67dab1
children 2a4ed5b73c73
files test/controllers/tweets_controller_test.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/controllers/tweets_controller_test.rb	Tue Jan 25 02:39:04 2022 +0900
+++ b/test/controllers/tweets_controller_test.rb	Sun Apr 03 21:09:58 2022 +0900
@@ -7,7 +7,7 @@
   end
 
   test "does not explode on empty timeline" do
-    get :show, :params => { :id => "3168319146", :name => "nanaya_t_empty", :format => :atom }
+    get :show, :params => { :id => "1510589762410668032", :name => "nanaya_empty", :format => :atom }
     assert_response :success
   end