Reduce needless repetition

This commit is contained in:
João Pinheiro
2023-07-09 23:55:26 +01:00
parent c3ef2f8e3a
commit 22dc34096d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ defmodule FunctionsTests do
"Hello, World!",
3,
{:multiple, ["One and Two", "Only One"]},
{:multiple, ["Hello Hello Hello Hello Hello ", "Hello Hello "]},
{:multiple, ["Hello Hello Hello ", "Hello Hello "]},
{:multiple, [:entire_list, :single_thing]},
{:multiple, ["10 is bigger than 5", "4 is not bigger than 27"]},
{:multiple, ["The number was zero", "The number was 5"]},