Remove unneeded expectation
This commit is contained in:
parent
a4b32cf949
commit
2d28f4023c
1 changed files with 0 additions and 1 deletions
|
@ -203,7 +203,6 @@ describe ExportSupporterNotes do
|
||||||
it 'uploads as expected' do
|
it 'uploads as expected' do
|
||||||
Timecop.freeze(2020, 4, 5) do
|
Timecop.freeze(2020, 4, 5) do
|
||||||
@export = create(:export, user: user, created_at: Time.now, updated_at: Time.now)
|
@export = create(:export, user: user, created_at: Time.now, updated_at: Time.now)
|
||||||
expect_email_queued.with(JobTypes::ExportSupporterNotesCompletedJob, @export)
|
|
||||||
Timecop.freeze(2020, 4, 6, 1, 2, 3) do
|
Timecop.freeze(2020, 4, 6, 1, 2, 3) do
|
||||||
expect {
|
expect {
|
||||||
ExportSupporterNotes.run_export(nonprofit.id, { root_url: 'https://localhost:8080/' }.to_json, user.id, @export.id)
|
ExportSupporterNotes.run_export(nonprofit.id, { root_url: 'https://localhost:8080/' }.to_json, user.id, @export.id)
|
||||||
|
|
Loading…
Reference in a new issue