Skip to content

Commit

Permalink
テスト用 fixture にアドバイザ pjord を追加したためテストの期待値を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
goruchanchan committed Jul 3, 2024
1 parent 897ce23 commit 62ff6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/generation_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class GenerationTest < ActiveSupport::TestCase
assert_equal 3, Generation.new(5).count_classmates_by_target(:trainees)
assert_equal 1, Generation.new(5).count_classmates_by_target(:hibernated)
assert_equal 2, Generation.new(5).count_classmates_by_target(:graduated)
assert_equal 2, Generation.new(5).count_classmates_by_target(:advisers)
assert_equal 3, Generation.new(5).count_classmates_by_target(:advisers)
assert_equal 2, Generation.new(5).count_classmates_by_target(:retired)
end
end

0 comments on commit 62ff6c8

Please sign in to comment.