remove redundant and failing test

This commit is contained in:
Lisa Durand 2022-12-12 10:48:14 +01:00 committed by mfo
parent eea42aad6b
commit 39a9660df6

View file

@ -60,13 +60,6 @@ describe BatchOperation, type: :model do
.from([])
.to([dossier.id])
end
it 'changes the state' do
expect { batch_operation.track_processed_dossier(true, dossier) }
.to change { dossier.state }
.from('accepte')
.to('archive')
end
end
context 'when it succeed after a failure' do