Skip to content

Commit

Permalink
alphabetize functions in lib/useful.ex #59
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Oct 4, 2023
1 parent 7307184 commit 7d9f4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/useful_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ defmodule UsefulTest do
assert Useful.typeof(:atom) == "atom"
end

#  recap: https://elixir-lang.org/getting-started/binaries-strings-and-char-lists.html
# recap: https://elixir-lang.org/getting-started/binaries-strings-and-char-lists.html
test "returns \"binary\" when variable is a binary" do
string = "hello"
assert Useful.typeof(string) == "binary"
Expand Down

0 comments on commit 7d9f4f9

Please sign in to comment.