Skip to content

Commit

Permalink
テストのタイトルを英語に修正
Browse files Browse the repository at this point in the history
  • Loading branch information
maeda-seina committed Jan 26, 2022
1 parent 64c3c51 commit 620bae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/notification/reports_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'application_system_test_case'

class Notification::ReportsTest < ApplicationSystemTestCase
test 'はじめての日報が投稿されたときにメンターと現役生のみが通知を受け取る' do
test 'the first daily report notification is sent only to current students and mentors' do
report = users(:muryou).reports.create!(
title: 'test title',
description: 'test',
Expand Down

0 comments on commit 620bae6

Please sign in to comment.