Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiIto committed Dec 25, 2023
1 parent 689af1d commit af8f968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/act_as_fire_record_beta_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class ActAsFireRecordBetaTest < ActiveSupport::TestCase
end

test '.logger' do
assert_instance_of ActiveSupport::Logger, Book.logger
assert_instance_of ActiveSupport::BroadcastLogger, Book.logger
end

test 'default attributes' do
Expand Down Expand Up @@ -254,7 +254,7 @@ class ActAsFireRecordBetaTest < ActiveSupport::TestCase
end

test '#logger' do
assert_instance_of ActiveSupport::Logger, Book.new.logger
assert_instance_of ActiveSupport::BroadcastLogger, Book.new.logger
end

test 'validation callbacks' do
Expand Down

0 comments on commit af8f968

Please sign in to comment.