Remove test external id

This commit is contained in:
Damien Le Thiec 2022-10-11 16:18:15 +02:00
parent 2e8c0512a5
commit 3acb0fc3cb

View file

@ -22,10 +22,4 @@ describe Champs::RNAChamp do
it { expect(champ.for_export).to eq("W182736273") }
end
end
describe 'external_id' do
context 'when all data required for an external fetch are given' do
it { expect(champ.external_id).to eq("W182736273") }
end
end
end