We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2e5cf commit 0c6c3a0Copy full SHA for 0c6c3a0
rails_event_store/spec/active_job_id_only_scheduler_spec.rb
@@ -24,7 +24,7 @@ module RailsEventStore
24
25
it_behaves_like :scheduler, ActiveJobIdOnlyScheduler.new
26
27
- let(:event) { TimeEnrichment.with(Event.new(event_id: "83c3187f-84f6-4da7-8206-73af5aca7cc8"), timestamp: Time.utc(2019, 9, 30)) }
+ let(:event) { TimeEnrichment.with(RubyEventStore::Event.new(event_id: "83c3187f-84f6-4da7-8206-73af5aca7cc8"), timestamp: Time.utc(2019, 9, 30)) }
28
let(:record) { RubyEventStore::Mappers::Default.new.event_to_record(event) }
29
30
describe "#verify" do
0 commit comments