Skip to content

tests for list_nodes_by_episode_sorted #125

tests for list_nodes_by_episode_sorted

tests for list_nodes_by_episode_sorted #125

Triggered via pull request August 1, 2024 17:03
Status Failure
Total duration 1m 31s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Build & Test
Process completed with exit code 8.
Build & Test
62..@dynamic_table_start + length - 1 inside guards requires an explicit step, please write 62..@dynamic_table_start + length - 1//1 or 62..@dynamic_table_start + length - 1//-1 instead
Build & Test: test/radiator/outline_test.exs#L775
`Enum.count/2` is more efficient than `Enum.filter/2 |> Enum.count/1`.