Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BigTom committed May 31, 2024
2 parents d696f68 + a67d832 commit 557d3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A test looks something like the one below.
# }
# end

test "Approvals test" do
test "Example approvals test" do
input_builder = fn %{name: name, sell_in: sell_in, quality: quality} ->
%Item{name: name, sell_in: sell_in, quality: quality}
end
Expand Down

0 comments on commit 557d3d1

Please sign in to comment.