Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska authored Sep 25, 2024
1 parent e3e2f06 commit d52bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/secrets/test/secrets_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule SecretsTest do

describe "secret_add" do
@tag task_id: 1
test "add 3" do
test "add 4" do
add = Secrets.secret_add(4)
assert add.(3) === 7
end
Expand Down

0 comments on commit d52bec1

Please sign in to comment.