Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aki77 authored Nov 6, 2023
1 parent 16007ff commit 8789b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sg_fargate_rails/event_bridge_schedule_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
describe '.convert' do
context 'scheduleの登録がない場合' do
it do
expect(SgFargateRails::EventBridgeSchedule.convert([])).to eq []
expect(SgFargateRails::EventBridgeSchedule.convert({})).to eq []
end
end

Expand Down

0 comments on commit 8789b72

Please sign in to comment.