Skip to content

Add unit tests back to pipeline & improve VSCode integration #484

Add unit tests back to pipeline & improve VSCode integration

Add unit tests back to pipeline & improve VSCode integration #484

Triggered via pull request May 7, 2024 09:00
Status Failure
Total duration 3m 48s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Unit tests: spec/requests/media_spec.rb#L65
Media #search_by can search for all (released) media Failure/Error: expect(num_hits).to eq(Medium.where(released: "all").size) expected: 21 got: 8 (compared using ==)
Unit tests: spec/requests/media_spec.rb#L126
Media #search_by "all tags" has higher precedence than any tagoperator (here "and") Failure/Error: expect(num_hits).to eq(Medium.where(released: "all").size) expected: 21 got: 8 (compared using ==)
Unit tests: spec/requests/media_spec.rb#L134
Media #search_by "all tags" has higher precedence than any tagoperator (here "or") Failure/Error: expect(num_hits).to eq(Medium.where(released: "all").size) expected: 21 got: 8 (compared using ==)
Unit tests
Process completed with exit code 1.