Skip to content

Commit

Permalink
rubocopの Minitest/RefuteFalse に関する指摘に対応
Browse files Browse the repository at this point in the history
  • Loading branch information
naokinaokiboo committed Jan 22, 2024
1 parent 63e4e3a commit ab72a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/discord/times_channel_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TimesChannelTest < ActiveSupport::TestCase
Discord::Server.stub(:create_text_channel, ->(*) { nil }) do
times_channel = Discord::TimesChannel.new('piyo')

assert_equal false, times_channel.save
assert_not times_channel.save
assert_nil times_channel.id
assert_nil times_channel.category_id
end
Expand Down

0 comments on commit ab72a4d

Please sign in to comment.