Skip to content

Commit

Permalink
Update to the latest Elixir
Browse files Browse the repository at this point in the history
Fix a little test from 2018. Adjusting this repo to not just be for one
year.
  • Loading branch information
duff committed Dec 1, 2021
1 parent 5ab4c7b commit 10b6636
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
elixir 1.8.0-rc.1
elixir 1.12.3-otp-24
erlang 24.1.5
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Advent2018

My 2018 Advent of Code exercises. https://adventofcode.com/2018

# Advent Of Code

My Advent of Code exercises. https://adventofcode.com/
2 changes: 1 addition & 1 deletion test/lib/advent_2018/day_10_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule Advent2018.Day10Test do

test "smallest_sky" do
positions = Day10.to_positions(example_input())
assert {_positions, area, _seconds} = Day10.smallest_sky(positions)
assert {_positions, 99, _seconds} = Day10.smallest_sky(positions)
end

defp example_input do
Expand Down

0 comments on commit 10b6636

Please sign in to comment.