mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 12:43:06 +08:00
Fix experiment_spec test using the old variable
Closes SCI-3244
This commit is contained in:
parent
6b5cd34811
commit
ebc2d8ee75
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ describe Experiment, type: :model do
|
|||
expect(Activities::CreateActivityService)
|
||||
.to(receive(:call)
|
||||
.with(hash_including(activity_type:
|
||||
:archive_task))).exactly(3).times
|
||||
:archive_module))).exactly(3).times
|
||||
|
||||
function_call
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue