Skip to content

Commit

Permalink
Test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrobinson committed Nov 8, 2016
1 parent 419b5ce commit 517ac3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/metabase/models/humanization_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
(expect "UUID" (name->human-readable-name:advanced "uuid"))
(expect "GUID" (name->human-readable-name:advanced "guid"))
(expect "IP" (name->human-readable-name:advanced "ip"))
(expect "URL" (name->human-readable-name:advanced "URL"))
(expect "URL" (name->human-readable-name:advanced "url"))
(expect "Agent Invite Migration" (name->human-readable-name:advanced "_agent_invite_migration"))
(expect "Agent Invite Migration" (name->human-readable-name:advanced "-agent-invite-migration"))
(expect "Foo Bar" (name->human-readable-name:advanced "fooBar"))
Expand All @@ -46,7 +46,7 @@
(expect "UUID" (name->human-readable-name:simple "uuid"))
(expect "GUID" (name->human-readable-name:simple "guid"))
(expect "IP" (name->human-readable-name:simple "ip"))
(expect "URL" (name->human-readable-name:simple "URL"))
(expect "URL" (name->human-readable-name:simple "url"))
(expect "Agent Invite Migration" (name->human-readable-name:simple "_agent_invite_migration"))
(expect "Agent Invite Migration" (name->human-readable-name:simple "-agent-invite-migration"))
(expect "Foobar" (name->human-readable-name:simple "fooBar"))
Expand Down

0 comments on commit 517ac3d

Please sign in to comment.