Skip to content

Commit fce3b38

Browse files
committed
remove test for reverse file equivalence
no longer needed
1 parent 0df318d commit fce3b38

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

spec/jobs/analysis/file_conversion_job_spec.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,6 @@
5252
})
5353
end
5454

55-
it "creates a reverse file equivalence with the original file" do # rubocop:todo RSpec/ExampleLength
56-
described_class.perform_now(file.id, :threemf)
57-
new_file = ModelFile.where.not(id: file.id).first
58-
expect(file.relationships.first.attributes).to include({
59-
"subject_id" => file.id,
60-
"objekt_id" => new_file.id,
61-
"predicate" => "alternative_format_of"
62-
})
63-
end
64-
6555
it "logs an error for non-manifold meshes" do
6656
pending "temporarily disabled"
6757
allow(file).to receive(:manifold?).and_return(false)

0 commit comments

Comments
 (0)