Commit 3290d95
committed
Mitigate the warnings by adding step
```
warning: 100..0 has a default step of -1, please write 100..0//-1 instead
test/elixir/test/view_pagination_test.exs:62: ViewPaginationTest."test descending view pagination"/1
Running ExUnit with seed: 709278, max_cases: 1
Excluding tags: [:"test/elixir/test/config/skip.elixir", :pending]
Including tags: [:"test/elixir/test/config/suite.elixir"]
warning: 14..-1 has a default step of -1, please write 14..-1//-1 instead
test/elixir/test/uuids_test.exs:91: UUIDsTest."test utc_id uuids are correct"/1
```-1
1 parent 55c5464 commit 3290d95
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments