Skip to content

Commit

Permalink
Fix typo in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
brain-geek committed Jul 14, 2024
1 parent f7da91f commit d75006d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/mimic_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ defmodule Mimic.Test do
end
end

describe "reject3/ private mode" do
describe "reject/3 private mode" do
setup :set_mimic_private

test "expect no call to function" do
Expand Down Expand Up @@ -924,7 +924,7 @@ defmodule Mimic.Test do
end
end

describe "copy/1 with duplicates does nothing" do
describe "copy/1 with duplicates" do
setup :set_mimic_private

test "stubs still stub" do
Expand Down

0 comments on commit d75006d

Please sign in to comment.