Skip to content

Commit

Permalink
Fix typo un test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopmar committed Dec 15, 2013
1 parent 1addc96 commit 8a143be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class HstoreHelperSpec extends Specification {
HstoreHelper.toString(m) == '"foo"=>"bar"'
}

void 'transform map with doulbe quotes'() {
void 'transform map with double quotes'() {
setup:
def m = [:]
m['Test "thing"'] = "bar"
Expand Down

0 comments on commit 8a143be

Please sign in to comment.