Add unit tests back to pipeline & improve VSCode integration #488
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.
|