We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436bc95 commit b8fc879Copy full SHA for b8fc879
1 file changed
exercises/concept/high-score/test/high_score_test.exs
@@ -137,7 +137,7 @@ defmodule HighScoreTest do
137
HighScore.new()
138
|> HighScore.add_player("José Valim")
139
|> HighScore.update_score("José Valim", 1)
140
- |> HighScore.update_score("José Valim", 486_373)
+ |> HighScore.update_score("José Valim", 486_374)
141
142
assert scores == %{"José Valim" => 486_374}
143
end
0 commit comments