changeset 230:e6c29d47192b

Update with non-suspended empty account (wat)
author nanaya <me@nanaya.pro>
date Thu, 28 Apr 2022 22:49:21 +0900
parents 12287b32fbda
children 01f3a7e073c3
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	Wed Apr 13 01:49:51 2022 +0900
+++ b/test/controllers/tweets_controller_test.rb	Thu Apr 28 22:49:21 2022 +0900
@@ -7,7 +7,7 @@
   end
 
   test "does not explode on empty timeline" do
-    get :show, :params => { :id => "1510589762410668032", :name => "nanaya_empty", :format => :atom }
+    get :show, :params => { :id => "1519673756624379905", :name => "nanaya_empty2", :format => :atom }
     assert_response :success
   end