Skip to content

Commit

Permalink
Fix typo in user_test.exs
Browse files Browse the repository at this point in the history
Change 'correclty' to 'correctly'.
  • Loading branch information
tteerawat committed Dec 9, 2017
1 parent 2a3ea4d commit eef818e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/code_corps/model/user_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule CodeCorps.UserTest do
@invalid_attrs %{}

describe "full_name/1" do
test "returns full name correclty" do
test "returns full name correctly" do
names = [
{"Josh", "Smith", "Josh Smith"},
{"Josh", nil, "Josh"},
Expand Down

0 comments on commit eef818e

Please sign in to comment.