Skip to content

tests for list_nodes_by_episode_sorted #124

tests for list_nodes_by_episode_sorted

tests for list_nodes_by_episode_sorted #124

Triggered via pull request July 30, 2024 19:53
Status Failure
Total duration 1m 25s
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#L767
`Enum.count/2` is more efficient than `Enum.filter/2 |> Enum.count/1`.