Skip to content

Commit

Permalink
テストを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
su-su-su-su committed Jun 15, 2024
1 parent ff6d434 commit e6db33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/user/products_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class User::ProductsTest < ApplicationSystemTestCase
test 'show listing products' do
visit_with_auth "/users/#{users(:hatsuno).id}/products", 'komagata'
assert_equal 'hatsunoの提出物一覧 | FBC', title
assert_equal 'hatsunoさんの提出物一覧 | FBC', title
end

test 'show self assigned products to mentor' do
Expand Down

0 comments on commit e6db33a

Please sign in to comment.